-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 965 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 965 Bytes
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": "ieo-smart-contracts",
"version": "1.0.0",
"description": "package for ieo-smart-contracts repository",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"bignumber.js": "^7.0.1",
"ethereumjs-util": "^5.2.0",
"fs": "0.0.1-security",
"path": "^0.12.7",
"rlp": "^2.0.0",
"secp256k1": "^3.5.0",
"solc": "^0.4.23",
"truffle": "^4.1.7",
"truffle-flattener": "^1.2.5",
"web3": "^1.0.0-beta.34",
"yargs": "^11.0.0"
},
"devDependencies": {},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KyberNetwork/ieo-smart-contracts.git"
},
"keywords": [
"IEO",
"smart",
"contract"
],
"author": "ilan d",
"license": "ISC",
"bugs": {
"url": "https://github.com/KyberNetwork/ieo-smart-contracts/issues"
},
"homepage": "https://github.com/KyberNetwork/ieo-smart-contracts#readme"
}