-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "vega-contracts",
"version": "0.0.1",
"description": "Core contracts needed to run Vega Fund token and network.",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test",
"lint": "./node_modules/.bin/eslint **/*.js",
"soli": "solium --dir ./contracts/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VegaProject/vega-contracts.git"
},
"keywords": [
"blockchain",
"ethereum",
"truffle",
"ether",
"funding"
],
"author": "George K. Van Hoomissen & Arthur Lunn",
"license": "MIT",
"bugs": {
"url": "https://github.com/VegaProject/vega-contracts/issues"
},
"homepage": "https://github.com/VegaProject/vega-contracts#readme",
"dependencies": {
"minimetoken": "^0.1.7",
"vaultcontract": "^0.2.20",
"truffle": "^3.4.11",
"zeppelin-solidity": "^1.3.0"
},
"devDependencies": {
"solium": "^0.5.5",
"eslint": "^4.3.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"chai": "^4.1.0",
"chai-as-promised": "^7.1.1"
}
}