-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.34 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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "armors-contracts",
"version": "0.1.0",
"description": "Armors-contracts Library.",
"scripts": {
"test": "scripts/test.sh",
"lint": "eslint .",
"lint:sol": "solium -d .",
"coverage": "scripts/coverage.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/armors/armors-contracts.git"
},
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts",
"armors"
],
"author": "Aben <rushairer@163.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/armors/armors-contracts/issues"
},
"homepage": "https://github.com/armors/armors-contracts#readme",
"devDependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"chai-bignumber": "^2.0.2",
"coveralls": "^3.0.1",
"eslint": "^4.19.1",
"eslint-config-import": "^0.13.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"ganache-cli": "^6.1.0",
"solidity-coverage": "^0.5.0",
"solium": "^1.1.7",
"truffle": "^4.1.8"
},
"dependencies": {
"armors-solidity": "^0.1.5"
}
}