-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 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
48
49
{
"name": "HealthBlockchain",
"version": "0.0.1",
"scripts": {
"start": "node app.js",
"e2e": "./test/test-with-cloudant.sh",
"e2e-local": "./test/test-with-vcap-local.sh",
"lint": "eslint routes config app.js server.js"
},
"author": "IBM",
"license": "Apache-2.0",
"dependencies": {
"async": "^2.4.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.17.2",
"cf-deployment-tracker-client": "*",
"cfenv": "1.0.x",
"cloudant": "1.7.1",
"connect-flash": "0.1.1",
"cookie-parser": "1.4.3",
"express": "4.15.3",
"express-session": "1.15.3",
"morgan": "1.8.1",
"passport": "0.3.2",
"passport-local": "1.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.13.1",
"eslint": "*",
"eslint-config-airbnb": "*",
"eslint-plugin-import": "*",
"eslint-plugin-jsx-a11y": "*",
"eslint-plugin-promise": "*",
"eslint-plugin-react": "*",
"istanbul": "^0.4.5",
"mocha": "^3.4.1",
"mocha-lcov-reporter": "^1.3.0",
"nock": "^9.0.13",
"supertest": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/IBM-Bluemix/health-blockchain/"
},
"engines": {
"node": "6.x"
}
}