-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 967 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
40
41
42
{
"name": "xcrypttoken",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test",
"solhint": "solhint \"contracts/**/*.sol\"",
"solium": "solium -d contracts",
"coverage": "./node_modules/.bin/solidity-coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xcryptclub/xCryptToken.git"
},
"keywords": [
"xcrypt",
"XCT",
"erc20",
"solidity",
"ethereum"
],
"author": "Binod Nirvan",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/xcryptclub/xCryptToken/issues"
},
"homepage": "https://github.com/xcryptclub/xCryptToken",
"dependencies": {
"openzeppelin-solidity": "1.12.0"
},
"devDependencies": {
"bignumber.js": "^7.2.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^3.0.0",
"solidity-coverage": "^0.5.11"
}
}