forked from daostack/ETHDenver-DAO
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
24 lines (24 loc) · 981 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
{
"name": "ethdenver-dao",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"migrate_prod": "daostack-migrate dao --prev-migration node_modules/@daostack/migration/migration.json --gasPrice 20 --params parameters/production-dao.json",
"migrate_bounty": "daostack-migrate dao --prev-migration node_modules/@daostack/migration/migration.json --gasPrice 20 --params parameters/production-bounty-dao.json",
"migrate_test": "daostack-migrate dao --prev-migration node_modules/@daostack/migration/migration.json --gasPrice 20 --params parameters/demo-parameters.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daostack/ETHDenver-DAO.git"
},
"author": "daostack.io",
"license": "GPL-3",
"bugs": {
"url": "https://github.com/daostack/ETHDenver-DAO/issues"
},
"homepage": "https://github.com/daostack/ETHDenver-DAO#readme",
"dependencies": {
"@daostack/migration": "0.0.1-rc.39-v3"
}
}