-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 835 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 835 Bytes
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
{
"name": "gxCoinContracts",
"version": "1.12.0",
"description": "Source code of the GX-Coins contracts and libraries which are deployed to the Ethereum blockchain.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"homepage": "https://gx-coin.com/",
"repository": {
"type": "git",
"url": "git@github.com:GX-Coin/SmartContract.git"
},
"devDependencies": {
"async": "^2.0.0",
"es6-promisify": "^4.1.0",
"ethereumjs-testrpc": "3.0.0",
"fibers": "^1.0.15",
"grunt": "^1.0.1",
"grunt-lesslint": "^3.2.0",
"jscs": "^2.11.0",
"json2xls": "^0.1.2",
"mgp": "^1.3.0",
"minimist": "^1.2.0",
"moment": "^2.14.1",
"promise": "^7.1.1",
"solc": "^0.4.3",
"underscore": "^1.8.3",
"web3": "0.15.3"
}
}