forked from andismith/grunt-responsive-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.13 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
{
"name": "grunt-responsive-images",
"description": "Produce images at different sizes for responsive websites.",
"version": "1.10.1",
"homepage": "https://github.com/andismith/grunt-responsive-images",
"author": {
"name": "andismith",
"email": "[email protected]",
"url": "http://www.andismith.com"
},
"repository": {
"type": "git",
"url": "git://github.com/andismith/grunt-responsive-images.git"
},
"bugs": {
"url": "https://github.com/andismith/grunt-responsive-images/issues"
},
"license": "MIT",
"main": "Gruntfile.js",
"engines": {
"node": ">= 4.4.2"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "~1.5.2",
"gm": "~1.23.0",
"grunt": ">=0.4.5",
"lodash": ">=4.6.1"
},
"devDependencies": {
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-nodeunit": "~1.0.0",
"q": "~1.4.1"
},
"keywords": [
"grunt",
"gruntplugin",
"img",
"image",
"images",
"picturefill",
"responsive",
"responsivedesign",
"srcset",
"imagemagick",
"graphicsmagick"
]
}