-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 905 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 905 Bytes
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
{
"name": "webwallet-api",
"engines": {
"node": ">=6.2.0"
},
"scripts": {
"preinstall": "node scripts/symlink-components",
"lint": "./node_modules/.bin/eslint .",
"start": "./node_modules/.bin/pm2 start pm2.json"
},
"components": {
"common": "common",
"config": "config",
"controllers": "api/controllers",
"coroutine": "common/coroutine",
"errors": "common/errors",
"logger": "common/logger",
"queues": "common/queues",
"services": "services"
},
"dependencies": {
"bignumber.js": "2.3.0",
"bluebird": "3.4.0",
"bunyan": "1.8.1",
"cors": "2.7.1",
"couchbase": "2.1.6",
"eslint": "2.11.0",
"express": "4.13.4",
"joi": "8.1.0",
"json-stable-stringify": "1.0.1",
"pm2": "1.1.3",
"swagger-tools": "0.10.1",
"uuid": "2.0.2",
"yamljs": "0.2.7",
"zmq": "2.15.2"
},
"devDependencies": {}
}