-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "aws-nodejs-server",
"version": "1.0.0",
"description": "Hercules: Decentralized Supply Chain Application",
"main": "app.js",
"scripts": {
"test": "mocha",
"start": "node app.js",
"daemon": "pm2 start app.js --name herc-server",
"docs": "node_modules/.bin/jsdoc -c jsdoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HERCone/aws-nodejs-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HERCone/aws-nodejs-server/issues"
},
"homepage": "https://github.com/HERCone/aws-nodejs-server#readme",
"dependencies": {
"@portis/web3": "^2.0.0-beta.27",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"express-session": "^1.16.1",
"firebase": "^6.0.2",
"hbs": "^4.0.4",
"nodemon": "^1.18.7",
"querystring": "^0.2.0",
"request": "^2.88.0",
"web3": "^1.0.0-beta.55"
},
"devDependencies": {
"chai": "^4.1.2",
"jsdoc": "~3.6.1",
"mocha": "^5.2.0"
}
}