forked from chjj/termcoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 709 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "termcoin",
"description": "A bitcoin wallet for your terminal.",
"author": "Christopher Jeffrey",
"version": "0.0.8",
"main": "./lib/index.js",
"bin": "./bin/termcoin",
"man": "./man/termcoin.1",
"preferGlobal": true,
"repository": "git://github.com/chjj/termcoin.git",
"homepage": "https://github.com/chjj/termcoin",
"bugs": { "url": "http://github.com/chjj/termcoin/issues" },
"keywords": ["bitcoin", "tui", "terminal", "curses", "blessed"],
"tags": ["bitcoin", "tui", "terminal", "curses", "blessed"],
"scripts": { "test": "node test" },
"dependencies": {
"blessed": ">= 0.0.37",
"coined": ">= 0.0.5"
},
"devDependencies": {
"rimraf": "2.2.8"
}
}