-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
42 lines (42 loc) · 1018 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
42
{
"name": "gulp-css-spriter",
"version": "0.4.0",
"description": "Sprite Sheet Generation from CSS source files. The best and different approach to sprite sheets.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/MadLittleMods/gulp-css-spriter.git"
},
"keywords": [
"css",
"gulp",
"gulpplugin",
"gulpfriendly",
"sprite",
"spritesheet",
"sass",
"less"
],
"author": "Eric Eastwood <contact@ericeastwood.com> (http://ericeastwood.com/)",
"license": "MIT",
"bugs": "https://github.com/MadLittleMods/gulp-css-spriter/issues",
"scripts": {
"test": "mocha"
},
"dependencies": {
"bluebird": "^2.9.3",
"css": "^2.1.0",
"extend": "^2.0.0",
"fs-extra": "^0.14.0",
"gulp-util": "^3.0.1",
"spritesmith": "^1.0.3",
"through2": "^0.6.2"
},
"devDependencies": {
"chai": "^1.10.0",
"chai-as-promised": "^4.1.1",
"event-stream": "^3.2.2",
"gulp": "^3.8.10",
"mocha": "^2.1.0"
}
}