forked from guerrerocarlos/nw-updater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 815 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
{
"name": "nw-updater",
"version": "0.0.12",
"description": "Node-webkit direct and distributed (torrent-based) auto-updater (taken from Popcorntime.io)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/guerrerocarlos/nw-updater"
},
"author": "Carlos Guerrero <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/guerrerocarlos/nw-updater/issues"
},
"homepage": "https://github.com/guerrerocarlos/nw-updater",
"dependencies": {
"adm-zip": "^0.4.4",
"q": "^1.0.1",
"request": "^2.40.0",
"rimraf": "^2.2.8",
"semver": "^3.0.1",
"torrent-stream": "^0.15.0",
"underscore": "^1.7.0",
"decompress": "^2.1.1"
}
}