-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 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
{
"name": "maker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev-start": "RPC_URL=http://localhost:8545 node index.js",
"start-full": "RPC_URL=http://localhost:8545 node exampleFull.js",
"local-start": "RPC_URL=http://localhost:8545 node app.js",
"watcher": "RPC_URL=http://localhost:8545 node watcher.js",
"app-start": "RPC_URL=https://kovan.infura.io/HEXAufFeaVzkqSn35q8t node app.js",
"kovan-start": "RPC_URL=https://kovan.infura.io/HEXAufFeaVzkqSn35q8t node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bunyan": "^1.8.12",
"bunyan-prettystream": "^0.1.3",
"colors": "^1.1.2",
"dotenv": "^5.0.1",
"ethereumjs-tx": "^1.3.3",
"ethereumjs-wallet": "^0.6.0",
"truffle-wallet-provider": "0.0.5",
"web3": "^1.0.0-beta.31",
"web3-detect-network": "0.0.17",
"zeppelin-solidity": "^1.8.0"
},
"devDependencies": {
"babel-preset-env": "^1.6.1"
}
}