forked from IBM-Developer-Korea/innovate-digital-bank
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.39 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": "innovate",
"version": "1.0.0",
"description": "Innovate: Digital Bank",
"private": true,
"engines": {
"node": "^6.9.0"
},
"scripts": {
"start": "node support/server.js & node accounts/server.js & node authentication/server.js & node bills/server.js & node transactions/server.js & node userbase/server.js & node portal/server.js",
"start:cluster": "sl-run server/server.js",
"debug": "node --debug server/server.js",
"build": "sudo ibmcloud dev build --debug",
"test": "sudo ibmcloud dev build --debug",
"idt:build": "node idt.js build",
"idt:test": "node idt.js test",
"idt:debug": "node idt.js debug",
"idt:run": "node idt.js run",
"idt:deploy": "node idt.js deploy",
"idt:install": "node idt.js install"
},
"dependencies": {
"body-parser": "^1.17.2",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"date_format": "^0.1.1",
"dateformat": "^3.0.2",
"dotenv": "^2.0.0",
"express": "^4.15.3",
"express-session": "^1.15.6",
"ip": "^1.1.5",
"mongoose": "^5.0.0-rc1",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"strong-supervisor": "^6.2.0",
"uuid": "^3.1.0",
"watson-developer-cloud": "^2.40.0"
},
"devDependencies": {
"chai": "^4.0.0",
"chalk": "^1.1.3",
"mocha": "^3.4.2",
"nyc": "^10.3.2",
"prompt-confirm": "^1.2.0",
"proxyquire": "^1.8.0"
}
}