forked from volumio/Volumio2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.64 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "Volumio2",
"version": "2.0.0-alpha4",
"private": false,
"scripts": {
"preinstall": "",
"start": "nodejs ./index.js"
},
"dependencies": {
"album-art": "^1.0.2",
"base64-url": "^1.2.1",
"body-parser": "^1.15.0",
"chokidar": "^1.4.3",
"compression": "^1.6.1",
"convert-seconds": "1.0.1",
"cookie-parser": "^1.4.1",
"cue-parser": "0.0.3",
"ejs": "^2.3.4",
"express": "^4.13.4",
"fast.js": "^0.1.1",
"file-download": "^0.1.2",
"fs-extra": "^0.26.7",
"hashmap": "^2.0.4",
"inotify": "1.4.0",
"ip": "^1.1.2",
"is-online": "^5.1.1",
"json-query": "^1.8.0",
"kew": "^0.7.0",
"level": "^1.4.0",
"linux-mountutils": "^1.0.0",
"mdns": "^2.3.1",
"moment": "^2.12.0",
"morgan": "^1.7.0",
"mpd": "^1.3.0",
"musicbrainz": "^0.2.6",
"musicmetadata": "2.0.2",
"njstrace": "0.0.2",
"node-schedule": "1.1.0",
"node-uuid": "^1.4.7",
"nodetools": "1.0.0",
"onoff": "^1.0.4",
"pidof": "^1.0.2",
"playmusic": "^2.1.1",
"random-string": "^0.1.2",
"serve-favicon": "^2.3.0",
"shelljs": "^0.6.0",
"socket.io": "^1.4.4",
"socket.io-client": "",
"sort-on": "^1.2.2",
"string": "^3.3.1",
"tail": "^1.0.0",
"telnet": "0.0.1",
"underscore": "^1.8.3",
"unirest": "0.4.2",
"v-conf": "0.10.0",
"winston": "^2.2.0",
"wireless-tools": "0.15.0",
"yargs": "^4.3.2"
},
"description": "Audiophile Music Player/Streamer",
"repository": {
"type": "git",
"url": "https://github.com/volumio/Volumio2"
},
"bugs": {
"url": "https://github.com/volumio/Volumio2/issues"
}
}