-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 980 Bytes
/
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
{
"main": "index.html",
"name": "Playtor",
"description": "Playtor - The Magic Magnet Streamer",
"version": "0.0.3",
"keywords": [
"torrent",
"player",
"magnet"
],
"window": {
"show": false,
"position": "center",
"resizable": false,
"show_in_taskbar": false,
"width": 500,
"height": 500,
"icon": "assets/icon/64x64.png",
"min_width": 400,
"min_height": 200,
"max_width": 800,
"max_height": 600
},
"webkit": {
"plugin": true
},
"no-edit-menu": true,
"dependencies": {
"read-torrent": "~1.0.0",
"windows-no-runnable": "0.0.6",
"intel": "~1.0.0-b3",
"optimist": "~0.6.1",
"rc": "~0.4.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-curl": "~2.0.2",
"grunt-zip": "~0.15.0",
"grunt-shell": "~0.7.0",
"grunt-node-webkit-builder": "~0.1.21",
"load-grunt-tasks": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.5.0"
}
}