forked from Cuevana/storm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 750 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 750 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
{
"name": "Cuevana",
"version": "0.2.0",
"main": "app://cuevana/app/views/index.html",
"window": {
"title": "Cuevana Storm",
"toolbar": false,
"frame": true,
"width": 960,
"height": 645,
"min_width": 960,
"min_height": 645,
"resizable": true,
"show": false,
"icon": "app/assets/icons/512x512.png"
},
"dependencies": {
"peerflix": "~0.4.0",
"network-address": "0.0.4",
"request": "~2.34.0",
"moment": "~2.5.1",
"read-torrent": "~0.2.0",
"magnet-uri": "~1.1.0",
"numeral": "^1.5.3",
"i18n": "~0.4.1"
},
"devDependencies": {
"gulp": "~3.5.6",
"gulp-inject": "~0.4.1",
"gulp-clean": "~0.2.4",
"gulp-concat": "~2.2.0",
"gulp-less": "~1.2.3"
}
}