-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.29 KB
/
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
43
44
45
46
47
{
"name": "sap-hana-dss",
"description": "",
"version": "0.0.1",
"author": "Mario Castro Squella <[email protected]>",
"contributors": [],
"repository": {
"type": "git",
"url": "git://github.com/MarcAstr0/sap-hana-dss.git"
},
"license": "MIT",
"bugs": "http://github.com/MarcAstr0/sap-hana-dss/issues",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"body-parser": "^1.15.0",
"express": "^4.0.0",
"node-hdb-pool": "git+https://[email protected]/MarcAstr0/node-hdb-pool.git#multitenant",
"swaggerize-express": "^4.0.0",
"swaggerize-ui": "^1.0.1",
"swagmock": "~0.0.2",
"tracer": "^0.8.12"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.10.0",
"is-my-json-valid": "^2.13.1",
"istanbul": "~0.4.3",
"js-yaml": "^3.2.6",
"supertest": "^1.2.0",
"swagger-parser": "^3.4.1",
"tape": "^4",
"tracer": "^0.8.12"
},
"scripts": {
"test": "tape 'tests/**/*.js'",
"cover": "istanbul cover tape -- 'tests/**/*.js'",
"lint": "eslint .",
"regenerate": "yo swaggerize:test --framework express --apiPath './config/swagger.json'"
},
"generator-swaggerize": {
"version": "4.0.0"
},
"main": "./server"
}