-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 983 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": "consume-destination-scp-cf",
"version": "0.0.7",
"description": "NodeJS Module for accessing destination details on SAP Cloud Platform Cloud Foundry stack",
"main": "module/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diegodossantos95/consume-destination-scp-cf.git"
},
"keywords": [
"sap",
"scp",
"nodejs",
"destinations",
"cloud foundry"
],
"author": "Diego dos Santos",
"license": "MIT",
"bugs": {
"url": "https://github.com/diegodossantos95/consume-destination-scp-cf/issues"
},
"homepage": "https://github.com/diegodossantos95/consume-destination-scp-cf#readme",
"dependencies": {
"cfenv": "^1.1.0",
"http-methods-enum": "^0.1.1",
"request": "^2.88.0"
},
"devDependencies": {
"mocha": "^5.2.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"nock": "^10.0.6"
},
"engines": {
"node": "7.6.0"
}
}