forked from davidtheclark/grunt-spritesmith-hd
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "grunt-spritesmith-hd",
"description": "Uses grunt-spritesmith along with some image-manipulation and SCSS-trickery to generate HD-compatible sprites and corresponding SCSS stylesheets.",
"version": "0.4.7",
"homepage": "https://github.com/openmindlab/grunt-spritesmith-hd",
"author": "David Clark <[email protected]>",
"contributors": [
"Manuel Molaschi <[email protected]>",
"Fabrizio Giustina <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/openmindlab/grunt-spritesmith-hd.git"
},
"bugs": {
"url": "https://github.com/openmindlab/grunt-spritesmith-hd/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/openmindlab/grunt-spritesmith-hd/blob/master/LICENSE-MIT"
}
],
"main": "tasks/spritesmith-hd.js",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"gm": "^1.22.0",
"gmsmith": "^1.1.2",
"grunt": ">=1.0.1",
"grunt-spritesmith": "^6.3.1",
"lodash": "^4.12.0",
"image-size": "^0.6.1"
},
"keywords": [
"grunt",
"gruntplugin",
"sprite",
"image",
"spritesheet",
"css",
"spritesmith",
"cross-platform"
],
"devDependencies": {
"grunt-sass": "^1.2.0",
"grunt-contrib-clean": ">=1.0.0"
}
}