-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 887 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
41
42
{
"name": "sapdevs_sample_1",
"version": "1.0.0",
"description": "Sample Node Application",
"main": "app.js",
"scripts": {
"start": "node app.js",
"monitor": "nodemon app.js",
"deploy": "gcloud app deploy app.yaml",
"test": "mocha test/index.js -t 30000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/open-ui5/sapdevs-sample-1.git"
},
"keywords": [
"sap",
"hana",
"database",
"in-memory",
"hdb",
"express",
"google",
"app engine",
"gcp",
"gae"
],
"author": "Robert Eijpe",
"license": "ISC",
"bugs": {
"url": "https://github.com/open-ui5/sapdevs-sample-1/issues"
},
"homepage": "https://github.com/open-ui5/sapdevs-sample-1#readme",
"dependencies": {
"async": "^2.1.5",
"express": "^4.15.2",
"hdb": "^0.12.1"
},
"engines": {
"node": ">=4.3.2"
}
}