-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
71 lines (71 loc) · 1.61 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "webtorrent",
"description": "Streaming torrent client",
"homepage": "http://webtorrent.io",
"bugs": "https://github.com/feross/webtorrent/issues",
"repository": {
"type": "git",
"url": "git://github.com/feross/webtorrent.app.git"
},
"license": "MIT",
"main": "app://host/index.html",
"version": "0.0.1",
"window": {
"title": "Webtorrent",
"icon": "assets/img/icon.png",
"toolbar": false,
"frame": false,
"width": 962,
"height": 600,
"min_width": 962,
"min_height": 600,
"resizable": true
},
"keywords": [
"torrent",
"bittorrent",
"bittorrent client",
"streaming",
"download",
"webrtc",
"webrtc data",
"webtorrent",
"mad science"
],
"scripts": {
"start": "nodewebkit dist",
"compiler": "gulp",
"deploy": "gulp nodewebkit"
},
"dependencies": {
"webtorrent": "0.2.9",
"rimraf": "^2.2.6",
"moment": "^2.6.0",
"network-address": "0.0.4",
"numeral": "^1.5.3",
"inherits": "^2.0.1",
"socket.io": "^0.9.16",
"q": "^1.0.1",
"express.io": "^1.1.13",
"nedb": "^0.10.5",
"nodewebkit": "0.9.2-5"
},
"devDependencies": {
"gulp": "^3.6.2",
"gulp-less": "*",
"gulp-minify-css": "*",
"gulp-clean": "~0.2.4",
"gulp-rename": "~1.1.0",
"gulp-concat": "~2.1.7",
"gulp-debug": "~0.2.0",
"bower": "^1.3.3",
"gulp-jshint": "^1.6.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"gulp-grunt": "^0.4.1",
"grunt-node-webkit-builder": "^0.1.21",
"gulp-replace": "^0.3.0",
"gulp-imagemin": "^0.5.0",
"gulp-shell": "^0.2.5"
}
}