summarylogtreecommitdiffstats
path: root/package.json
blob: f6f36da3841b632e3e2cb5fa0b271b68e0d3d878 (plain)
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
105
106
107
108
109
110
{
  "name": "Popcorn-Time",
  "companyName": "Popcorn Time",
  "installIcon": "./src/app/images/popcorntime.ico",
  "unInstallIcon": "./src/app/images/butter_uninstall.ico",
  "homepage": "http://popcorntime.sh/",
  "bugs": "https://github.com/popcorn-official/popcorn-desktop/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/popcorn-official/popcorn-desktop.git"
  },
  "license": "GPL-3.0",
  "main": "app://host/src/app/index.html",
  "version": "0.3.9",
  "releaseName": "There's nothing on TV",
  "scripts": {
    "postinstall": "node_modules/.bin/bower install --config.interactive=false && grunt setup",
    "postupdate": "node_modules/.bin/bower update --config.interactive=false && grunt setup",
    "test": "grunt --verbose",
    "start": "gulp start"
  },
  "window": {
    "title": "Popcorn Time",
    "icon": "./src/app/images/icon.png",
    "toolbar": false,
    "frame": false,
    "min_width": 960,
    "min_height": 520,
    "resizable": true,
    "show": false,
    "position": "center"
  },
  "dependencies": {
    "butter-provider": "git+https://github.com/butterproviders/butter-provider",
    "butter-settings-popcorntime.io": "git+https://github.com/popcorn-official/butter-settings-popcorn",
    "butter-provider-yts": "git+https://github.com/team-pct/butter-provider-yts",
    "butter-provider-tvapi": "git+https://github.com/team-pct/butter-provider-tvapi",
    "butter-provider-haruhichan": "git+https://github.com/hackhackhack/butter-provider-haruhichan",
    "butter-provider-vodo": "git+https://github.com/butterproviders/butter-provider-vodo",
    "popcorn-txt-api": "git+https://github.com/hackhackhack/popcorn-txt-api",
  
    "adm-zip": "0.4.7",
    "airplay-js": "git+https://github.com/guerrerocarlos/node-airplay-js.git",
    "async": "1.5.0",
    "chromecast-js": "git+https://github.com/alxhotel/chromecast-js.git",
    "kat-api": "git+https://github.com/team-pct/kat-api",
    "rarbg-api": "git+https://github.com/team-pct/rarbg-api",
    "defer-request": "0.0.2",
    "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-tvdb": "1.6.x",
    "node-webkit-fdialogs": "latest",
    "nodecast-js": "^1.0.1",
    "opensubtitles-api": "^2.3.x",
    "os-name": "1.x.x",
    "peerflix": "git+https://github.com/popcorn-official/peerflix.git",
    "q": "2.0.3",
    "read-torrent": "1.3.0",
    "readdirp": "*",
    "request": "2.x.x",
    "rimraf": "2.x.x",
    "sanitizer": "0.x.x",
    "semver": "5.x.x",
    "send": "0.13.x",
    "strike-api": "0.2.0",
    "tar": "2.2.1",
    "temp": "0.x.x",
    "torrent-tracker-health": "0.x.x",
    "trakt.tv": "1.x.x",
    "trakt.tv-ondeck":  "0.x",
    "underscore": "1.x.x",
    "upnp-mediarenderer-client": "1.2.2",
    "urijs": "1.x.x",
    "xmlbuilder": "4.1.0"
  },
  "devDependencies": {
    "bower": "1.7.x",
    "del": "^2.2.0",
    "grunt": "0.4.5",
    "grunt-bower-clean": "0.x.x",
    "grunt-contrib-clean": "1.x.x",
    "grunt-contrib-compress": "1.x.x",
    "grunt-contrib-jshint": "1.x.x",
    "grunt-contrib-stylus": "1.x.x",
    "grunt-contrib-watch": "0.6.x",
    "grunt-exec": "0.4.x",
    "grunt-githooks": "0.x.x",
    "grunt-jsbeautifier": "*",
    "grunt-nw-builder": "^2.0.0",
    "grunt-shell": "1.x.x",
    "gulp": "^3.9.0",
    "gulp-stylus": "^2.3.0",
    "load-grunt-tasks": "3.x.x",
    "nib": "^1.1.0",
    "nw-builder": "^2.0.2",
    "nw-gyp": "0.x.x",
    "run-sequence": "^1.1.5",
    "stylus": "0.x.x",
    "yargs": "^3.31.0"
  }
}