-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 855 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
{
"name": "musicaster",
"version": "0.1.0",
"description": "Podcast your music directory.",
"author": "aquassaut",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"testmon": "./node_modules/mocha/bin/mocha --watch --reporter min",
"start": "node app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/Aquassaut/musicaster"
},
"bugs": {
"url": "https://github.com/Aquassaut/musicaster/issues"
},
"keywords": [
"podcast",
"music",
"streaming"
],
"dependencies": {
"fluent-ffmpeg": "^2.0.0-rc2",
"html-entities": "^1.1.3",
"node-watch": "^0.3.4",
"npmlog": "^0.1.1",
"rss": "^1.0.0",
"temp": "^0.8.1"
},
"devDependencies": {
"mocha": "^2.0.1",
"rewire": "^2.1.3"
},
"preferGlobal": false,
"license": "CeCILL-B"
}