-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 853 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
{
"name": "rapidshift",
"version": "0.0.9",
"description": "simple nodejs cli that converts between cryptocurrencies",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"rapidshift": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitcoinsSG/rapidshift.git"
},
"author": "Gaurav S.J.B. Rana ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitcoinsSG/rapidshift/issues"
},
"homepage": "https://github.com/bitcoinsSG/rapidshift#readme",
"dependencies": {
"chalk": "^1.1.3",
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^2.9.0",
"moment": "^2.12.0",
"q": "^1.4.1",
"qrcode-terminal": "^0.10.0",
"shapeshift.io": "^1.1.0",
"superagent": "^1.8.3"
}
}