-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 KB
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": "bitnation-framework",
"version": "1.0.0",
"description": "solidity framework for bitnation",
"main": "index.js",
"scripts": {
"prepublish": "truffle compile",
"test": "truffle test",
"lint": "solium --dir ./contracts",
"coverage": "scripts/coverage.sh",
"coveralls": "scripts/coveralls.sh"
},
"files": [
"index.js",
"build/"
],
"author": "Eliott Teissonniere (Bitnation)",
"license": "GPLv3",
"dependencies": {
"babel-polyfill": "^6.23.0",
"ethereumjs-abi": "^0.6.4",
"ethereumjs-util": "^5.1.1",
"keybase-eth": "^0.3.0",
"solium": "^0.5.4",
"truffle-config": "^1.0.1",
"truffle-expect": "0.0.3",
"truffle-hdwallet-provider": "0.0.3"
},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.23.0",
"coveralls": "^2.13.1",
"ethereumjs-testrpc": "^4.0.1",
"handlebars": "^4.0.10",
"mocha-lcov-reporter": "^1.3.0",
"truffle": "^3.4.6",
"solidity-coverage": "^0.2.1"
}
}