forked from liquidboy/popcorn-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.1 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
{
"name": "Popcorn-Time",
"repository": {
"type": "git",
"url": "https://github.com/Yify/popcorn-app"
},
"main": "app://host/index.html",
"version": "0.2.7",
"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": {
"clivas": "0.1.4",
"network-address": "0.0.4",
"ip": "0.3.0",
"node-uuid": "1.4.1",
"adm-zip": "0.4.4",
"numeral": "1.5.3",
"jschardet": "1.1.0",
"iconv-lite": "0.2.11",
"i18n": "0.4.1",
"moviedb": "0.1.1",
"emitter": "0.0.1",
"xmlrpc": "1.2.0",
"request": "2.34.0",
"peerflix": "0.1.6",
"cheerio": "0.13.1",
"express": "3.4.8",
"url": "0.7.9",
"socket.io": "0.9.16",
"URIjs": "1.12.1"
},
"devDependencies": {
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-compass": "0.7.2",
"grunt-contrib-sass": "0.7.3",
"grunt-contrib-watch": "0.6.0",
"grunt": "0.4.4",
"grunt-node-webkit-builder": "0.1.17"
}
}