-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 970 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
43
44
45
46
47
48
{
"name": "gulp-sprite",
"version": "0.0.4",
"description": "gulp task for creating image sprites and the corresponding stylesheets",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/aslansky/gulp-sprite.git"
},
"homepage": "https://github.com/aslansky/gulp-sprite",
"bugs": {
"url": "https://github.com/aslansky/gulp-sprite/issues"
},
"author": {
"name": "Alexander Slansky",
"email": "[email protected]",
"url": "http://slansky.net"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"main": "./index.js",
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"sprites",
"coordinates",
"css",
"scss",
"less",
"sass"
],
"dependencies": {
"gulp-util": "~2.2.0",
"through": "~2.3.4",
"canvas": "~1.1.1",
"json2css": "~4.2.1",
"lodash": "~2.4.1"
},
"devDependencies": {
"mocha": "*"
}
}