-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 816 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": "cfdemosummit18",
"version": "1.0.0",
"description": "A NodeJS sample app to demonstrate cloud foundry and B1 Service Layer",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ralphive/cfDemoSummit18.git"
},
"keywords": [
"service",
"layer",
"sap",
"business",
"one",
"b1",
"be",
"one",
"odata",
"sap",
"hana",
"cloud",
"platform"
],
"author": "@Ralphive",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ralphive/cfDemoSummit18/issues"
},
"homepage": "https://github.com/Ralphive/cfDemoSummit18#readme",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
"pg": "^7.4.1",
"request": "^2.83.0"
}
}