-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 915 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "libionosenterprise",
"version": "5.1.1",
"description": "The Ionos Enterprise Library for Node and Io",
"main": "./lib/index.js",
"scripts": {
"test": "mocha test/"
},
"repository": {
"type": "git",
"url": "https://github.com/ionos-enterprise/ionos-enterprise-sdk-nodejs.git"
},
"author": "Ionos Enterprise <sdk@cloud.ionos.com>",
"license": "BSD",
"bugs": {
"url": "https://github.com/ionos-enterprise/ionos-enterprise-sdk-nodejs/issues"
},
"homepage": "https://github.com/ionos-enterprise/ionos-enterprise-sdk-nodejs",
"dependencies": {
"request": "^2.53.0"
},
"devDependencies": {
"assert-plus": ">= 0.2.0",
"mocha": "^3.4.2"
},
"directories": {
"example": "examples"
},
"keywords": [
"Ionos Enterprise",
"sdk",
"cloud",
"REST",
"cloud sdk",
"SDK",
"deploy",
"api",
"libionosenterprise"
]
}