-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 818 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 818 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
33
34
35
36
{
"name": "rico-core",
"version": "0.9.3-commit.f1d96b8",
"description": "The Responsible Initial Coin Offering",
"main": "truffle.js",
"directories": {
"test": "test"
},
"bin": {
"rico": "./index.js"
},
"scripts": {
"test": "truffle test",
"console": "truffle console"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DRI-project/RICO.git"
},
"author": "Yusaku Senga",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/DRI-project/RICO/issues"
},
"homepage": "https://github.com/DRI-project/RICO#readme",
"dependencies": {
"commander": "^2.12.2",
"copy-dir": "^0.3.0",
"mkdirp": "^0.5.1"
},
"devDependencies": {
"ganache-cli": "^6.0.3",
"truffle": "4.0.1",
"truffle-hdwallet-provider": "0.0.3"
}
}