forked from nickdesaulniers/audiostream
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (43 loc) · 872 Bytes
/
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
{
"name": "audiostream",
"version": "0.0.2",
"scripts": {
"start": "node app",
"empty": "rm library/*"
},
"dependencies": {
"express": "3.17.1",
"shelljs": ">= 0.0.8",
"fluent-ffmpeg": "2.0.0-rc2"
},
"description": "Stream and transcode your music library",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/nickdesaulniers/audiostream.git"
},
"keywords": [
"audio",
"stream",
"transcode",
"jukebox",
"music",
"library",
"browser"
],
"author": "Nick Desaulniers",
"license": "MPL2.0",
"homepage": "https://github.com/nickdesaulniers/audiostream",
"bugs": {
"url": "http://github.com/nickdesaulniers/audiostream/issues"
},
"engines": {
"node": ">=0.10.0",
"npm": "1.1.65"
},
"os": [
"darwin",
"linux"
]
}