-
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) · 724 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 724 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": "grunt-appimage",
"version": "0.6.0",
"description": "Grunt task to create AppImages.",
"license": "GPL-2.0",
"author": {
"name": "Jesús Arroyo Torrens",
"email": "jesus.jkhlg@gmail.com"
},
"repository": "https://github.com/jesus89/grunt-appimage.git",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0"
},
"keywords": [
"gruntplugin",
"appimage"
],
"dependencies": {
"fs-extra": "^2.0.0",
"temporary": "0.0.8"
},
"peerDependencies": {
"grunt": ">=0.4.0"
}
}