-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 926 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 926 Bytes
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
{
"main": "app://host/frames/movies.html",
"name": "Flixtor",
"description": "Movie and serie streamer",
"version": "1.0.0",
"window": {
"title": "Flixtor",
"icon": "images/flixtor-ico.png",
"toolbar": true,
"frame": false,
"width": 1280,
"height": 770,
"position": "center",
"min_width": 640,
"min_height": 600
},
"webkit": {
"plugin": true
},
"dependencies": {
"express": "~3.5.1",
"network-address": "~0.0.4",
"nodealytics": "~0.0.5",
"numeral": "~1.5.3",
"opensubtitles-client": "~1.1.0",
"peerflix": "~0.8.6",
"request": "~2.34.0",
"subsync": "~0.0.1",
"wcf.js": "~0.0.6"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}