-
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) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 KB
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": "PlatforCore",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon src/index.js",
"test": "mocha --timeout 15000",
"testdb": "mocha ./test/serviceDatabase.test.js --timeout 15000",
"apidoc": "apidoc -i src/ -o doc/generated -t doc/template",
"forever": "forever --uid PlatformCore start src/index.js"
},
"apidoc": {
"name": "PlatformCore",
"version": "0.0.1",
"description": "REST API documentation",
"title": "PlatformCore API documentation"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^2.0.1",
"bcrypt-nodejs": "0.0.3",
"bitcoinjs-lib": "^4.0.1",
"body-parser": "^1.18.3",
"bottleneck": "^2.13.0",
"bs58check": "^2.1.2",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"immutable": "^3.8.2",
"mongoose": "^5.1.4",
"morgan": "^1.9.0",
"reward-core": "git+https://github.com/RevolverCoin/RewardCore.git",
"uuid": "^3.3.2"
}
}