forked from twolfson/grunt-spritesmith
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 906 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 906 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
35
36
37
38
39
40
41
42
43
44
{
"name": "grunt-spritesmith",
"version": "1.8.0",
"description": "Grunt library for using spritesmith",
"main": "tasks/grunt-spritesmith.js",
"scripts": {
"test": "cd src-test && grunt"
},
"keywords": [
"grunt",
"gruntplugin",
"sprite",
"spritesheet",
"css",
"spritesmith",
"cross-platform"
],
"author": {
"name": "Todd Wolfson",
"email": "todd@twolfson.com"
},
"license": "MIT",
"dependencies": {
"spritesmith": "~0.11.0",
"json2css": "~4.1.0",
"underscore": "~1.4.2",
"url2": "*"
},
"_devDependencies": {
"grunt": "~0.3.12",
"grunt-contrib-clean": "~0.3.2"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-clean": "~0.4.0"
},
"repository": [
{
"type": "git",
"url": "https://github.com/Ensighten/grunt-spritesmith.git"
}
]
}