-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 997 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 997 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
39
40
41
{
"name": "backend-wallet",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node -r dotenv/config server.js dotenv_config_path=.env-heroku",
"dev": "nodemon -r dotenv/config server.js dotenv_config_path=.env"
},
"author": "",
"license": "ISC",
"dependencies": {
"@cityofzion/neon-js": "^3.9.1",
"boom": "^7.2.0",
"chalk": "^2.4.1",
"dotenv": "^6.0.0",
"ethereumjs-tx": "^1.3.4",
"firebase": "^5.4.1",
"firebase-admin": "^5.13.0",
"hapi": "^17.5.2",
"hapi-auth-jwt2": "^8.1.0",
"hapi-swagger": "^9.1.1",
"inert": "^5.1.0",
"joi": "^13.4.0",
"jsonwebtoken": "^8.3.0",
"mocha": "^5.2.0",
"moment": "^2.22.2",
"uuid": "^3.3.2",
"vision": "^5.3.3",
"web3": "1.0.0-beta.34"
},
"devDependencies": {
"codecov": "^3.0.4",
"jest": "^23.3.0",
"mockingoose": "^2.10.1"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
}
}