-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 910 Bytes
/
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
{
"name": "countries.contract",
"version": "0.0.1",
"description": "Smart-contract for Countries",
"main": "index.js",
"scripts": {
"test": "truffle test --network development",
"deploy": "truffle migrate --network rinkeby"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ohld/countries.contract.git"
},
"keywords": [
"ETH",
"BTC",
"LND",
"smart-contracts"
],
"author": "Daniil Okhlopkov and Aleksey Bykhun",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ohld/countries.contract/issues"
},
"homepage": "https://github.com/ohld/countries.contract#readme",
"dependencies": {
"ganache-cli": "^6.1.6",
"js-sha256": "^0.9.0",
"openzeppelin-solidity": "1.11.0",
"truffle": "^4.1.13",
"truffle-hdwallet-provider": "0.0.5"
},
"directories": {
"test": "test"
},
"devDependencies": {}
}