-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 743 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 743 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
37
{
"name": "btc",
"version": "0.1.0",
"description": "a command-line bitcoin price board for geeks",
"main": "index.js",
"scripts": {
"start": "bin/cli"
},
"bin": "bin/cli",
"repository": {
"type": "git",
"url": "https://github.com/turingou/btc.git"
},
"keywords": [
"btc",
"bitcoin",
"ltc",
"litecoin",
"coin",
"coinbase"
],
"author": "turing <o.u.turing@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/turingou/btc/issues"
},
"dependencies": {
"sdk": "0.2.0",
"open": "0.0.5",
"async": "~0.9.0",
"colors": "~0.6.2",
"moment": "~2.8.1",
"consoler": "~0.0.8",
"underscore": "~1.6.0",
"term-list-enhanced": "0.1.0"
}
}