forked from nwjs/grunt-nw-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.36 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
{
"name": "grunt-node-webkit-builder",
"description": "Let's you build your node webkit apps with grunt",
"version": "0.1.11",
"homepage": "https://github.com/mllrsohn/grunt-node-webkit-builder",
"author": {
"name": "Steffen Müller",
"email": "[email protected]"
},
"contributors": [
{
"name": "jens alexander ewald",
"email": "[email protected]",
"url": "http://lea.io"
}
],
"repository": {
"type": "git",
"url": "[email protected]:mllrsohn/grunt-node-webkit-builder.git"
},
"bugs": {
"url": "https://github.com/mllrsohn/grunt-node-webkit-builder/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mllrsohn/grunt-node-webkit-builder/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-nodeunit": "*",
"grunt": "~0.4.1",
"grunt-release": "~0.6.0"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"keywords": [
"gruntplugin"
],
"dependencies": {
"q": "~0.9.6",
"request": "~2.22.0",
"unzip": "~0.1.8",
"async": "~0.2.9",
"tar": "~0.1.18",
"lazystream": "~0.1.0",
"archiver": "~0.4.6",
"zip": "~1.1.1",
"plist": "~0.4.3"
}
}