-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "basic",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"prod": "pm2 start ecosystem.config.js",
"server": "node ./bin/www",
"debug": "./bin/dev",
"nodemon": "nodemon --inspect ./bin/www",
"compile": "truffle compile",
"babel": "babel-node ./bin/www --presets es2015"
},
"dependencies": {
"axios": "^0.18.0",
"bignumber.js": "^7.2.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^5.0.1",
"ejs": "~2.5.7",
"ethereum-input-data-decoder": "0.0.12",
"ethereumjs-tx": "^1.3.4",
"express": "~4.16.0",
"express-list-endpoints": "^3.0.1",
"http-errors": "~1.6.2",
"human-standard-token-abi": "^1.0.2",
"json-stringify-safe": "^5.0.1",
"morgan": "~1.9.0",
"openzeppelin-solidity": "1.9.0",
"shelljs": "^0.8.2",
"truffle": "^4.1.11",
"truffle-contract": "^3.0.5",
"truffle-hdwallet-provider": "0.0.5",
"truffle-wallet-provider": "0.0.5",
"web3": "^1.0.0-beta.34",
"ws": "^5.2.0"
},
"devDependencies": {
"nodemon": "^1.17.5"
}
}