-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 983 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
{
"name": "node-webkit-auto-updater",
"description": "Update your node-webkit based apps with ease",
"keywords": [
"node-webkit",
"mac",
"updater"
],
"author": "Gerwin Brunner <[email protected]>",
"main": "./lib/updater.js",
"version": "0.0.6",
"bugs": {
"url": "https://github.com/Vilango/node-webkit-auto-updater/issues"
},
"scripts": {
"test": "jasmine-node spec --captureExceptions"
},
"repository": {
"type": "git",
"url": "git://github.com/Vilango/node-webkit-auto-updater.git"
},
"dependencies": {
"underscore": "~1.6",
"underscore.string": "~2.3",
"node-uuid": "~1.4",
"request": "~2.47.0",
"fs-extra": "0.11.0",
"plist":"~1.1.0",
"ncp":"0.5.1",
"bunyan": "~1.2.1"
},
"devDependencies": {
"fibrous": "0.3.3",
"jasmine-node": ">= 1.14",
"node-webkit-builder": "~0.2"
},
"homepage": "https://github.com/Vilango/node-webkit-auto-updater",
"license": "MIT"
}