forked from selaux/node-sprite-generator
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 779 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 779 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
{
"name": "sprite-css",
"version": "1.0.2",
"description": "Generates image sprites and their stylesheets from sets of images with a pure-javascript renderer.",
"main": "lib/nsg.js",
"dependencies": {
"async": "1.2.0",
"bin-pack": "1.0.1",
"glob": "5.0.10",
"jimp": "0.2.21",
"mkdirp": "0.5.1",
"underscore": "1.8.3"
},
"devDependencies": {},
"scripts": {},
"keywords": [
"sprite",
"sprites",
"generator",
"css"
],
"repository": {
"type": "git",
"url": "git://github.com/jaime-olivares/sprite-css.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jaime-olivares/sprite-css/issues"
},
"homepage": "https://github.com/jaime-olivares/sprite-css#readme",
"author": "Jaime Olivares"
}