forked from twolfson/grunt-spritesmith
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
88 lines (88 loc) · 1.91 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "grunt-spritely",
"description": "Grunt library for generating sprites sheets. Forked from grunt-spritesmith and caters to Grunt 0.4.",
"version": "0.4.3",
"homepage": "https://github.com/chrisdanford/grunt-spritely",
"author": {
"name": "Chris Danford",
"email": "chrisdanford@gmail.com",
"url": "http://www.chrisdanford.com/"
},
"contributors": [
{
"name": "Todd Wolfson",
"email": "todd@twolfson.com",
"url": "http://twolfson.com/"
},
{
"name": "dpolivy"
},
{
"name": "pdehaan",
"url": "http://about.me/peterdehaan"
},
{
"name": "MoOx",
"email": "github@moox.io",
"url": "http://moox.io/"
},
{
"name": "jasonsandmeyer",
"url": "http://jasonsandmeyer.com"
},
{
"name": "scanieso",
"email": "scanieso@gmail.com"
},
{
"name": "STuFF",
"email": "nchalleil@gmail.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/chrisdanford/grunt-spritely.git"
},
"bugs": {
"url": "https://github.com/chrisdanford/grunt-spritely/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/chrisdanford/grunt-spritely/blob/master/LICENSE-MIT"
}
],
"main": "tasks/grunt-spritesmith.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "cd src-test && grunt"
},
"dependencies": {
"spritesmith": "1.4.6",
"json2css": "~4.1.0",
"underscore": "~1.4.2",
"url2": "*",
"async": "~0.2.9"
},
"_devDependencies": {
"grunt": "~0.3.12",
"grunt-contrib-clean": "~0.3.2"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jshint": "~0.7.2"
},
"keywords": [
"grunt",
"gruntplugin",
"sprite",
"spritesheet",
"css",
"spritesmith",
"cross-platform"
]
}