-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
64 lines (64 loc) · 2.21 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
{
"name": "Popcorn-Time-Experimental",
"version": "0.4.0",
"description": "There's nothing on TV",
"main": "scripts/main.js",
"devDependencies": {
"asar": "^0.8.0",
"async": "^1.4.2",
"coffee-script": "~1.10.0",
"colors": "^1.1.2",
"del": "^2.0.2",
"electron-windows-installer": "^1.1.0",
"fs-extra": "^0.24.0",
"github-releases": "^0.3.0",
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.7",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-coffee": "~0.13.0",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "~0.8.1",
"grunt-contrib-stylus": "^0.22.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-download-electron": "^2.1.2",
"grunt-ng-annotate": "^1.0.1",
"grunt-preprocess": "~5.0.1",
"grunt-run": "~0.5.1",
"grunt-shell": "^1.1.2",
"grunt-shell-spawn": "^0.3.9",
"grunt-zip": "^0.17.0",
"load-grunt-tasks": "^3.2.0",
"rcedit": "^0.3.0",
"wrench": "^1.5.8"
},
"dependencies": {
"body-parser": "^1.13.3",
"express": "^4.13.3",
"fluent-ffmpeg": "^2.0.1",
"get-port": "^1.0.0",
"mime": "^1.3.4",
"mkdirp": "^0.5.1",
"nedb": "^1.1.2",
"node-tvdb": "1.4.0",
"parse-torrent": "^5.3.0",
"pump": "^1.0.0",
"q": "^1.4.1",
"wcjs-prebuilt": "^2.0.6",
"quantize": "^1.0.1",
"range-parser": "^1.0.2",
"readdirp": "^2.0.0",
"request": "^2.60.0",
"semver": "^5.0.1",
"socket.io": "^1.3.6",
"torrent-health": "0.0.6",
"torrent-stream": "1.0.0"
},
"scripts": {
"start": "electron build/server.js",
"dev": "electron build/server.js",
"mac-bundle": "electron-packager . Angular-Popcorn-Time --platform=darwin --arch=x64 --version=0.33.0 --ignore=node_modules/electron-prebuilt && cp info.plist Angular-Popcorn-Time.app/Contents/info.plist && cp icon.icns Angular-Popcorn-Time.app/Contents/Resources/atom.icns",
"win-bundle": "electron-packager . Angular-Popcorn-Time --platform=win32 --arch=ia32 --version=0.33.0 --icon=icon.ico",
"linux-64-bundle": "electron-packager . Angular-Popcorn-Time --platform=linux --arch=x64 --version=0.33.0 ignore='node_modules/(electron-packager|electron-prebuilt)'"
}
}