forked from butterproject/butter-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.32 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "Butter",
"companyName": "Butter Project",
"installIcon": "src/app/images/butter.ico",
"unInstallIcon": "src/app/images/butter_uninstall.ico",
"homepage": "http://butterproject.org/",
"bugs": "https://github.com/butterproject/butter-desktop/issues",
"repository": {
"type": "git",
"url": "https://github.com/butterproject/butter-desktop.git"
},
"license": "GPL-3.0",
"main": "src/app/index.html",
"version": "0.3.8-5a",
"releaseName": "There's nothing on TV",
"scripts": {
"postinstall": "node_modules/.bin/bower install --config.interactive=false",
"postupdate": "node_modules/.bin/bower update --config.interactive=false",
"test": "gulp test"
},
"engines": {
"npm": ">=3.0.0",
"node": ">=4.4.0"
},
"window": {
"title": "Butter",
"icon": "src/app/images/icon.png",
"toolbar": false,
"frame": false,
"min_width": 960,
"min_height": 520,
"resizable": true,
"show": false,
"position": "center"
},
"chromium-args": "--enable-node-worker",
"dependencies": {
"butter-provider": "0.6.0",
"butter-provider-ccc": "git+https://github.com/butterproviders/butter-provider-ccc",
"butter-provider-youtube": "git+https://github.com/butterproviders/butter-provider-youtube",
"butter-provider-vodo": "git+https://github.com/butterproviders/butter-provider-vodo",
"butter-provider-archive": "git+https://github.com/butterproviders/butter-provider-archive",
"adm-zip": "0.4.7",
"airplay-protocol": "^2.0.2",
"async": "2.x.x",
"bonjour": "^3.5.0",
"chromecasts": "1.9.0",
"defer-request": "0.0.3",
"dlnacasts": "0.1.0",
"i18n": "0.x.x",
"iconv-lite": "0.x.x",
"jschardet": "1.4.1",
"json-rpc2": "1.0.2",
"markdown": "0.5.x",
"memoizee": "0.x.x",
"mkdirp": "*",
"moment": ">=2.11.2",
"mv": "2.x.x",
"nedb": "1.4.0",
"node-captions": "0.4.6",
"node-webkit-fdialogs": "latest",
"nodecast-js": "^1.0.1",
"opensubtitles-api": "^3.1.0",
"q": "2.0.3",
"readdirp": "*",
"request": "2.x.x",
"rimraf": "2.x.x",
"sanitizer": "0.x.x",
"semver": "5.x.x",
"send": "0.14.2",
"strike-api": "0.2.0",
"tar": "2.2.1",
"temp": "0.x.x",
"webtorrent-health": "1.x.x",
"trakt.tv": "5.0.1",
"trakt.tv-ondeck": "5.0.1",
"trakt.tv-matcher": "5.0.0",
"trakt.tv-images": "5.0.0",
"underscore": "1.x.x",
"urijs": "1.x.x",
"webtorrent": "^0.98.0"
},
"devDependencies": {
"bower": "^1.7.9",
"del": "^2.2.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"git-rev": "^0.2.1",
"gulp": "^3.9.0",
"gulp-stylus": "^2.3.1",
"gulp-tar": "^1.8.0",
"gulp-gzip": "^1.2.0",
"gulp-jshint": "^2.0.0",
"gulp-jsbeautifier": "^2.0.3",
"gulp-filter": "^4.0.0",
"gulp-load-plugins": "^1.2.0",
"guppy-pre-commit": "^0.4.0",
"nib": "^1.1.0",
"nw-builder": "^3.1.2",
"run-sequence": "^1.1.5",
"stylus": "^0.54.2",
"yargs": "^6.3.0"
}
}