forked from jellegerbrandy/daostack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 822 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
{
"name": "daostack",
"version": "0.0.1",
"description": "Building DAOs",
"main": "truffle.js",
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-preset-stage-3": "^6.17.0",
"ethereumjs-testrpc": "^3.0.2",
"truffle": "^2.1.1"
},
"scripts": {
"test": "truffle test",
"testrpc": "pm2 start testrpc"
},
"repository": {
"type": "git",
"url": "https://github.com/daostack/daostack.git"
},
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts",
"security",
"doastack",
"backfeed"
],
"author": "Jelle Gerbrandy <jelle@gerbrandy.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/daostack/daostack/issues"
},
"homepage": "https://github.com/daostack/daostack"
}