-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
48 lines (48 loc) · 1.12 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
{
"name": "Popcorn-Time",
"homepage": "http://popcorn-time.tv",
"bugs": "https://github.com/popcorn-org/popcorn-app/issues",
"repository": {
"type": "git",
"url": "https://github.com/popcorn-org/popcorn-app.git"
},
"license": "GPL-3.0",
"main": "app://host/index.html",
"version": "0.2.8",
"window": {
"title": "Popcorn Time",
"icon": "images/icon.png",
"toolbar": false,
"frame": false,
"width": 962,
"height": 600,
"min_width": 962,
"min_height": 600,
"resizable": true
},
"dependencies": {
"node-uuid": "1.4.1",
"adm-zip": "0.4.4",
"jschardet": "1.1.0",
"iconv-lite": "0.2.11",
"i18n": "0.4.1",
"xmlrpc": "1.2.0",
"request": "2.34.0",
"peerflix": "0.1.6",
"cheerio": "0.13.1",
"express": "3.4.8",
"socket.io": "0.9.16",
"URIjs": "1.12.1",
"async": "0.2.x",
"underscore": "1.6.x",
"q": "2.0.x",
"rimraf": "^2.2.6"
},
"devDependencies": {
"grunt": "0.4.4",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-compass": "0.7.2",
"grunt-node-webkit-builder": "0.1.x",
"load-grunt-tasks": "0.4.0"
}
}