-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
41 lines (41 loc) · 969 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
41
{
"name": "grunt-tight-sprite",
"description": "Tight 2D packing of images into a sprite with a corresponding CSS.",
"version": "0.2.7",
"homepage": "https://github.com/uhop/grunt-tight-sprite/wiki",
"author": {
"name": "Eugene Lazutkin",
"email": "[email protected]",
"url": "http://lazutkin.com/"
},
"github": "http://github.com/uhop/grunt-tight-sprite",
"repository": {
"type": "git",
"url": "git://github.com/uhop/grunt-tight-sprite.git"
},
"bugs": {
"url": "https://github.com/uhop/grunt-tight-sprite/issues"
},
"license": "BSD-3-Clause",
"main": "Gruntfile.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"canvas": "^2.6.1",
"image-size": "^0.8.3",
"lodash.template": "^4.5.0",
"tight-sprite": "^0.1.5"
},
"devDependencies": {
"grunt": "^1.0.4"
},
"keywords": [
"gruntplugin",
"sprite",
"css"
]
}