-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 956 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
{
"name": "mixbytes-solidity",
"version": "0.1.10",
"description": "Generic solidity smart-contracts",
"scripts": {
"test": "./node_modules/.bin/truffle test",
"develop": "./node_modules/.bin/truffle develop",
"compile": "./node_modules/.bin/truffle compile"
},
"repository": {
"type": "git",
"url": "https://github.com/mixbytes/solidity"
},
"keywords": [
"MixBytes",
"solidity",
"ethereum",
"smart-contract",
"security",
"ICO",
"token"
],
"author": "mixbytes.io",
"license": "Apache-2.0",
"homepage": "https://mixbytes.io",
"devDependencies": {
"babel-env": "^2.4.1",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.23.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"ganache-cli": "^6.0.3",
"openzeppelin-solidity": "1.12.0",
"solc": "0.4.24",
"truffle": "^4.1.14"
}
}