-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
42 lines (42 loc) · 1012 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": "cloudant_boilerplate_nodejs",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "node system-init && node app.js",
"test": "jasmine-node spec",
"deploy-wiremock": "node wiremock-deploy"
},
"dependencies": {
"body-parser": "1.14.x",
"cloudant": "1.4.x",
"config": "^1.21.0",
"connect-multiparty": "2.0.x",
"ejs": "2.4.x",
"errorhandler": "1.4.x",
"express": "4.13.x",
"express-jsonschema": "^1.1.6",
"fs-readdir-recursive": "^1.0.0",
"hfc": "^0.6.5",
"ibm-blockchain-js": "^1.3.2",
"lodash": "^4.16.4",
"method-override": "2.3.x",
"morgan": "1.6.x",
"node-cache": "4.1.x",
"node-fetch": "^1.7.0",
"request": "^2.78.0",
"socket.io": "^1.7.2",
"swagger-jsdoc": "^1.3.0",
"then-request": "^2.2.0"
},
"repository": {},
"engines": {
"node": "6.x"
},
"devDependencies": {
"chai": "^3.5.0",
"cucumber": "^1.3.1",
"jasmine": "^2.5.2",
"jasmine-node": "^1.14.5"
}
}