-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 892 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
{
"name": "@97network/gdao",
"version": "0.1.3",
"description": "Read the [Technical Draft](https://docs.google.com/document/d/1_SOMatgx2aX2i9H9qVG48WNyynrwjFn1a8g2J4SPy14/edit?usp=sharing)",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"dev": "testrpc -s toto",
"test": "truffle test",
"test:js": "truffle test ./test/javascript/*",
"test:sol": "truffle test ./test/solidity/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/97network/GDAO.git"
},
"author": "Roland Kofler",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/97network/GDAO/issues"
},
"homepage": "https://github.com/97network/GDAO#readme",
"dependencies": {},
"engines": {
"node": ">=7.10.0"
},
"devDependencies": {"truffle": "^3.2.2"},
"keywords": [
"dao",
"ethereum",
"97network"
]
}