-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
40 lines (40 loc) · 889 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
40
{
"name": "grunt-imagemagick",
"description": "Adds utility tasks for grunt which use ImageMagick",
"version": "0.1.5",
"homepage": "https://github.com/icagstrout/grunt-imagemagick",
"author": {
"name": "Arne Strout",
"email": "arne.strout@icrossing.com"
},
"repository": {
"type": "git",
"url": "https://github.com/icagstrout/grunt-imagemagick.git"
},
"bugs": {
"url": "https://github.com/icagstrout/grunt-imagemagick/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/icagstrout/grunt-imagemagick/blob/master/LICENSE-MIT"
}
],
"main": "grunt.js",
"bin": "bin/grunt-imagemagick",
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.3.17"
},
"dependencies":{
"node-imagemagick":""
},
"keywords": [
"gruntplugin"
]
}