forked from selaux/node-sprite-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.12 KB
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
{
"name": "node-sprite-generator",
"version": "0.5.0",
"description": "Generates image sprites and their spritesheets (css, stylus, sass, scss or less) from sets of images. Supports retina sprites. Provides express middleware and grunt task.",
"main": "lib/nsg.js",
"dependencies": {
"async": "0.2.9",
"glob": "3.2.6",
"underscore": "1.5.2"
},
"optionalDependencies": {
"canvas": "1.1.3",
"gm": "1.13.1"
},
"devDependencies": {
"blanket": "1.1.5",
"chai": "1.8.1",
"grunt": "0.4.1",
"grunt-cli": "0.1.9",
"grunt-contrib-jshint": "0.6.4",
"grunt-mocha-test": "0.7.0",
"sandboxed-module": "0.3.0",
"sinon": "1.7.3",
"sinon-chai": "2.4.0",
"travis-cov": "0.2.4"
},
"scripts": {
"test": "grunt"
},
"keywords": [
"sprite",
"sprites",
"generator",
"middleware",
"css",
"stylus"
],
"repository": {
"type": "git",
"url": "git://github.com/selaux/node-sprite-generator"
},
"license": "MIT"
}