-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
75 lines (75 loc) · 2.14 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
65
66
67
68
69
70
71
72
73
74
75
{
"name": "Butter",
"homepage": "http://butterproject.org/",
"bugs": "https://github.com/butterproject/butter-desktop-angular/issues",
"repository": {
"type": "git",
"url": "https://github.com/butterproject/butter-desktop-angular.git"
},
"license": "GPL-3.0",
"version": "0.4.0",
"electronVersion": "0.37.3",
"description": "There's nothing on TV",
"main": "build/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",
"electron-livereload": "0.0.2",
"electron-packager": "^5.1.0",
"electron-prebuilt": "^0.37.3",
"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-electron": "^2.0.1",
"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-string-replace": "^1.2.0",
"grunt-zip": "^0.17.0",
"load-grunt-tasks": "^3.3.0",
"rcedit": "^0.3.0",
"wrench": "^1.5.8"
},
"dependencies": {
"angular": "^1.5.3",
"angular-animate": "^1.5.3",
"angular-aria": "^1.5.3",
"angular-material": "^1.0.6",
"angular-sanitize": "^1.5.3",
"body-parser": "^1.13.3",
"express": "^4.13.3",
"fluent-ffmpeg": "^2.0.1",
"get-port": "^2.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",
"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",
"wcjs-prebuilt": "^2.0.6"
}
}