forked from volumio/Volumio2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.76 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
69
70
71
{
"name": "Volumio2",
"version": "2.0.0-alpha4",
"private": false,
"scripts": {
"preinstall": "",
"start": "nodejs ./index.js"
},
"dependencies": {
"album-art": "^1.0.2",
"base64-url": "^1.3.2",
"body-parser": "^1.15.2",
"cache-manager": "^2.1.2",
"compare-versions": "^3.0.0",
"compression": "^1.6.2",
"connect-busboy": "0.0.2",
"convert-seconds": "^1.0.1",
"cookie-parser": "^1.4.3",
"cue-parser": "0.0.3",
"decompress-zip": "^0.3.0",
"ejs": "^2.5.2",
"express": "^4.14.0",
"fast.js": "^0.1.1",
"file-download": "^0.1.2",
"fs-extra": "^0.28.0",
"hashmap": "^2.0.6",
"inotify": "^1.4.1",
"ip": "^1.1.3",
"is-online": "^5.1.2",
"json-query": "^2.2.0",
"kew": "^0.7.0",
"libxmljs": "^0.18.0",
"linux-mountutils": "^1.0.0",
"lwip": "0.0.9",
"mdns": "^2.3.3",
"moment": "^2.15.1",
"mpd": "^1.3.0",
"musicbrainz": "^0.2.6",
"musicmetadata": "^2.0.4",
"njstrace": "0.0.2",
"node-schedule": "^1.1.1",
"node-uuid": "^1.4.7",
"nodetools": "^1.0.0",
"onoff": "^1.1.1",
"pidof": "^1.0.2",
"random-string": "^0.1.2",
"serve-favicon": "^2.3.0",
"shelljs": "^0.7.4",
"socket.io": "^1.5.0",
"socket.io-client": "^1.4.8",
"sort-on": "^1.3.0",
"spotify-web-api-node": "^2.3.5",
"string": "^3.3.1",
"tail": "^1.2.1",
"telnet": "0.0.1",
"underscore": "^1.8.3",
"unirest": "^0.5.1",
"v-conf": "^0.10.0",
"winston": "^2.2.0",
"wireless-tools": "^0.15.0",
"yargs": "^6.0.0"
},
"description": "Audiophile Music Player/Streamer",
"repository": {
"type": "git",
"url": "https://github.com/volumio/Volumio2"
},
"bugs": {
"url": "https://github.com/volumio/Volumio2/issues"
}
}