forked from benkaiser/stretto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "stretto",
"version": "0.0.3",
"main": "electron.js",
"private": true,
"license": "MIT",
"scripts": {
"start": "node app.js",
"nodemon": "nodemon app.js -e 'html css js'",
"setup": "npm install && grunt"
},
"dependencies": {
"adm-zip": "*",
"async": "*",
"body-parser": "^1.14.1",
"cookie-parser": "^1.4.0",
"errorhandler": "^1.4.2",
"express-http-proxy": "^0.3.0",
"express.oi": "0.0.19",
"md5": "*",
"mkdirp": "*",
"mobile-detect": "^0.4.3",
"musicmetadata": "*",
"nedb": "*",
"opener": "*",
"request": "*",
"serve-favicon": "^2.3.0",
"similar-songs": "^0.1.3",
"soundcloud-resolver": "*",
"swig": "*",
"youtube-playlist-info": "^0.1.0",
"ytdl-core": "*"
},
"optionalDependencies": {
"ffmetadata": "git+https://github.com/benkaiser/node-ffmetadata.git",
"fluent-ffmpeg": "~2.0.0-rc1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bower-install-simple": "^1.2.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-uglify": "^0.8.0"
}
}