-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
53 lines (53 loc) · 1.34 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
{
"name": "encore",
"version": "0.0.5",
"main": "electron.js",
"private": true,
"license": "MIT",
"scripts": {
"start": "node app.js",
"nodemon": "nodemon app.js -e 'html css js'",
"postinstall": "./node_modules/grunt-cli/bin/grunt",
"build": "./electronres/buildpackages.sh"
},
"dependencies": {
"archiver": "^1.0.0",
"async": "*",
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.14.1",
"connect-flash": "^0.1.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": "*",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "*",
"serve-favicon": "^2.3.0",
"similar-songs": "^0.1.3",
"song-search": "^0.1.0",
"soundcloud-resolver": "*",
"swig": "*",
"youtube-playlist-info": "^0.1.0",
"ytdl-core": "*"
},
"optionalDependencies": {
"ffmetadata-ohnx-fork": "*",
"fluent-ffmpeg": "~2.0.0-rc1"
},
"devDependencies": {
"electron-packager": "^8.2.0",
"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"
}
}