-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.13 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
{
"name": "bitsign-federation",
"version": "1.0.5",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/cryptol0g1c/bitsign-federation.git"
},
"scripts": {
"test:contracts": "truffle test",
"test:contracts:coverage": "./node_modules/.bin/solidity-coverage",
"lint:contracts": "./node_modules/solium/bin/solium.js -d contracts/",
"compile": "node ./utils/compile.js"
},
"author": "cryptologic",
"license": "ISC",
"bugs": {
"url": "https://github.com/cryptol0g1c/bitsign-federation/issues"
},
"homepage": "https://github.com/cryptol0g1c/bitsign-federation#readme",
"dependencies": {
"zeppelin-solidity": "^1.7.0"
},
"devDependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.23.0",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"chai": "^4.1.2",
"lodash": "^4.17.4",
"rimraf": "^2.6.2",
"solc": "^0.4.19",
"solidity-coverage": "^0.4.9",
"solium": "^1.0.5",
"truffle": "^4.0.4"
}
}