-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 1.08 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": "zalary",
"version": "1.0.0",
"description": "Smart contract library to provide the confidential salary transfer",
"main": "truffle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "truffle compile --optimize-runs 200",
"ganache-cli": "node_modules/.bin/ganache-cli -i 15 --gasLimit 8000000 -m \"rifle ability usage soccer patrol ten slab outer chase planet small party\"",
"migrate:local": "truffle migrate --network=development --reset --all",
"migrate:ropsten": "truffle migrate --network=ropsten --reset --all",
"migrate:kovan": "truffle migrate --network=kovan --reset --all"
},
"keywords": [
"Zknarks",
"smart",
"contract"
],
"author": "Polymath Inc",
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"ganache-cli": "^6.4.3",
"openzeppelin-solidity": "^2.2.0",
"sol-merger": "^0.1.4",
"truffle": "^5.0.18",
"truffle-hdwallet-provider": "^1.0.9",
"web3": "^1.0.0-beta.55",
"web3-provider-engine": "^15.0.0"
}
}