forked from guo-yu/douban.fm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.09 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
52
{
"name": "douban.fm",
"version": "0.1.4",
"description": "a tiny and smart cli player of douban.fm based on Node.js",
"main": "index.js",
"author": "turing <o.u.turing@gmail.com>",
"license": "MIT",
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./test/test.js"
},
"bin": {
"core.douban.fm": "./bin/cli",
"douban.fm": "./bin/start.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/turingou/douban.fm.git"
},
"keywords": [
"fm",
"mp3",
"radio",
"douban",
"player",
"music"
],
"bugs": {
"url": "https://github.com/turingou/douban.fm/issues"
},
"dependencies": {
"pool_stream": "0.0.2",
"beer": "0.0.8",
"lrc": "~0.1.0",
"sprintf": "0.1.3",
"player": "~0.1.4",
"prompt": "~0.2.12",
"mkdirp": "~0.3.5",
"colorful": "2.1.0",
"paramrule": "0.0.2",
"underscore": "~1.5.2",
"open": "*",
"async": "*",
"consoler": "*",
"ffmetadata": "*",
"node-notifier": "*",
"term-list-enhanced": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*"
}
}