-
Notifications
You must be signed in to change notification settings - Fork 131
/
package.json
56 lines (56 loc) · 1.57 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
50
51
52
53
54
55
56
{
"name": "Cuevana",
"version": "0.3.4",
"description": "Cuevana Storm desktop app based in peerflix module, packaged with node-webkit",
"repository": {
"type": "git",
"url": "https://github.com/Cuevana/storm.git"
},
"main": "app://cuevana/app/views/index.html",
"window": {
"title": "Cuevana Storm",
"toolbar": false,
"frame": false,
"width": 1024,
"height": 700,
"min_width": 1024,
"min_height": 700,
"resizable": true,
"icon": "app/assets/icons/512x512.png"
},
"scripts": {
"install": "./node_modules/.bin/bower update && ./node_modules/.bin/gulp install",
"start": "./node_modules/.bin/nodewebkit . --debug",
"compile": "./node_modules/.bin/gulp compile",
"watcher": "./node_modules/.bin/gulp watch",
"build": "./node_modules/.bin/gulp build",
"build-all": "./node_modules/.bin/gulp build --all"
},
"dependencies": {
"express.io": "^1.1.13",
"iconv-lite": "^0.4.4",
"network-address": "0.0.4",
"numeral": "^1.5.3",
"peerflix": "~0.20.4",
"q": "^1.0.1",
"read-torrent": "^1.1.0",
"request": "~2.47.0",
"subtitles-parser": "0.0.2",
"torrent-health": "Cuevana/torrent-health"
},
"devDependencies": {
"bower": "^1.3.12",
"event-stream": "^3.1.7",
"gulp": "~3.8.9",
"gulp-autoprefixer": "1.0.1",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.4.1",
"gulp-exec": "^2.1.1",
"gulp-inject": "~1.0.2",
"gulp-less": "~1.3.6",
"main-bower-files": "~2.1.0",
"node-webkit-builder": "~0.1.4",
"nodewebkit": "0.10.5",
"npm": "^2.1.5"
}
}