forked from frontainer/gulp-sprite-glue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·47 lines (47 loc) · 882 Bytes
/
package.json
File metadata and controls
executable file
·47 lines (47 loc) · 882 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "gulp-sprite-glue",
"version": "0.0.2",
"description": "Gulp Glue Plugin",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/frontainer/gulp-sprite-glue"
},
"author": "frontainer <frontainer@gmail.com> (http://frontainer.com)",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": ""
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"glue",
"python",
"sprite",
"spritesheet",
"img",
"image",
"png",
"gif",
"css",
"scss",
"json",
"caat"
],
"dependencies": {
"gulp-util": "^2.2.0",
"through2": "^0.5.1"
},
"devDependencies": {
"gulp": "^3.8.5"
},
"bugs": {
"url": "https://github.com/frontainer/gulp-sprite-glue/issues"
},
"homepage": "https://github.com/frontainer/gulp-sprite-glue",
"main": "index.js"
}