-
Notifications
You must be signed in to change notification settings - Fork 210
/
package.json
55 lines (55 loc) · 1.31 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
53
54
55
{
"name": "douban.fm",
"version": "0.4.0",
"description": "Tiny and smart command line interface player of douban.fm in Node.js",
"main": "dist/fm.js",
"author": "turing <[email protected]>",
"license": "MIT",
"scripts": {
"build": "node_modules/.bin/babel src --out-dir dist --source-maps --watch",
"test": "node_modules/mocha/bin/mocha tests/*.js --require tests/babelhook",
"dev": "node bin/cli 2>./err.log"
},
"bin": {
"douban.fm": "bin/start.sh",
"dev.douban.fm": "bin/dev.sh",
"core.douban.fm": "bin/cli",
"doubanfm": "bin/cli"
},
"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": {
"bluebird": "^2.9.34",
"colors": "^1.1.0",
"douban-sdk": "0.1.0",
"fsplus": "^0.1.0",
"home": "^0.1.3",
"inquirer": "~0.5.0",
"mkdirp": "~0.3.5",
"node-notifier": "~2.0.4",
"open": "0.0.5",
"player": "0.5.0",
"robotjs": "^0.1.4",
"term-list-enhanced": "0.1.0"
},
"devDependencies": {
"babel": "^5.1.11",
"mocha": "^2.2.5",
"should": "^7.0.2",
"ffmetadata": "~1.0.2",
"geci": "~0.0.2"
}
}