-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "armors-tron",
"version": "0.0.1",
"description": "Armors-tron is a framework to build secure smart contracts on tron.",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:sol": "solium -d .",
"lint:sol:fix": "solium -d . --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/armors/armors-tron.git"
},
"keywords": [
"solidity",
"tron",
"smart",
"contracts",
"armors"
],
"author": "Hosea <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/armors/armors-tron/issues"
},
"homepage": "https://github.com/armors/armors-tron#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-as-promised": "^7.1.1",
"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",
"solidity-coverage": "^0.5.0",
"solium": "^1.1.7",
"tronbox": "^2.3.11"
}
}