forked from ionos-enterprise/ionos-enterprise-sdk-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (39 loc) · 901 Bytes
/
package.json
File metadata and controls
40 lines (39 loc) · 901 Bytes
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": "libprofitbricks",
"version": "1.6.21-rel",
"description": "The ProfitBricks Library for Node and Io",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/profitbricks/profitbricks-sdk-nodejs.git"
},
"author": "bigtuna <adrian@stackpointcloud.com>",
"license": "BSD",
"bugs": {
"url": "https://github.com/profitbricks/profitbricks-sdk-nodejs/issues"
},
"homepage": "https://github.com/profitbricks/profitbricks-sdk-nodejs",
"dependencies": {
"request": "^2.53.0"
},
"devDependencies": {},
"directories": {
"example": "examples"
},
"keywords": [
"ProfitBricks",
"sdk",
"cloud",
"REST",
"cloud sdk",
"SDK",
"deploy",
"api",
"Stack Point Cloud",
"libProfitBricks",
"Profit Bricks"
]
}