-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
43 lines (43 loc) · 1.12 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
42
43
{
"name": "robonomics_contracts",
"version": "1.0.0",
"homepage": "https://github.com/airalab/robonomics_contracts#readme",
"description": "Robonomics platform smart contracts",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test",
"compile": "truffle compile",
"migrate": "truffle migrate",
"console": "truffle console",
"testrpc": "ganache-cli -p 9545 -i 420123 -b 1 -e 10000",
"release": "truffle migrate --network mainnet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/airalab/robonomics_contracts.git"
},
"keywords": [
"robonomics",
"contracts",
"ethereum",
"solidity",
"airalab"
],
"dependencies": {
"bn-chai": "^1.0.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eth-ens-namehash": "^2.0.8",
"eth-gas-reporter": "^0.1.12",
"ganache-cli": "6.4.2",
"openzeppelin-solidity": "2.1.3",
"truffle": "5.0.12",
"truffle-flattener": "1.3.0",
"truffle-hdwallet-provider": "^1.0.6"
},
"author": "Airalab <[email protected]>",
"license": "BSD-3-Clause"
}