-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 972 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
38
39
40
41
42
43
44
{
"name": "constructor-eth-ico",
"version": "1.0.0",
"description": "ico contract for smartz",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/smartzplatform/constructor-eth-ico"
},
"files": [
"contracts",
"test"
],
"keywords": [
"smartz",
"ICO",
"solidity",
"ethereum",
"smart",
"contracts",
"security"
],
"author": "Privezentsev",
"license": "Apache-2.0",
"devDependencies": {
"chai": "^4.1.2",
"chai-bignumber": "^2.0.2",
"ethereumjs-testrpc": "^4.1.1",
"ethereumjs-util": "^5.2.0",
"ethjs-abi": "^0.2.1",
"ganache-cli": "6.1.0",
"mixbytes-solidity": "0.1.5",
"mocha-lcov-reporter": "^1.3.0",
"solhint": "^1.2.1",
"solidity-coverage": "^0.5.7",
"truffle": "4.1.14",
"web3-utils": "^1.0.0-beta.34",
"zeppelin-solidity": "1.12.0"
},
"dependencies": {
"smartz-sdk": "^0.11.0",
"truffle-flattener": "^1.2.6"
}
}