-
Notifications
You must be signed in to change notification settings - Fork 92
/
package.json
51 lines (51 loc) · 1.29 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
45
46
47
48
49
50
51
{
"name": "togen",
"version": "1.0.0",
"description": "A command-line tool to generate your own token sale",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"bin": {
"togen": "./bin/togen"
},
"preferGlobal": true,
"author": "Proofsuite",
"license": "MIT",
"dependencies": {
"beautify": "0.0.8",
"bunyan": "~1.8.12",
"catchify": "~2.6.1",
"cfonts": "~1.1.3",
"clear": "0.0.1",
"cli-logger": "~0.5.40",
"cli-table2": "~0.2.0",
"clikey": "~1.0.2",
"commander": "~2.11.0",
"copy-paste": "~1.3.0",
"ethereumjs-testrpc": "~6.0.1",
"inquirer": "~3.3.0",
"inquirer-datepicker-prompt": "~0.4.2",
"js-beautify": "~1.7.4",
"keccak": "~1.3.0",
"log-symbols": "~2.1.0",
"ora": "~1.3.0",
"prettyjson": "~1.2.1",
"require-directory": "~2.1.1",
"semver": "~5.4.1",
"solc": "~0.4.18",
"solidity-parser": "~0.4.0",
"truffle-artifactor": "~3.0.0",
"truffle-config": "~1.0.3",
"truffle-deployer": "~2.0.0",
"truffle-resolver": "~4.0.1",
"tsort": "0.0.1",
"web3": "~1.0.0-beta.24"
},
"devDependencies": {
"eslint": "~4.11.0",
"eslint-config-airbnb-base": "~12.1.0",
"eslint-plugin-import": "~2.8.0"
}
}