-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.06 KB
/
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
49
50
51
{
"name": "gulp-sprite-glue",
"version": "0.1.1",
"description": "Gulp Glue Plugin",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/frontainer/gulp-sprite-glue"
},
"author": "frontainer <[email protected]> (http://frontainer.com)",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha --require intelli-espower-loader ./test/index.js"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"glue",
"python",
"sprite",
"spritesheet",
"img",
"image",
"png",
"gif",
"css",
"scss",
"json",
"caat"
],
"dependencies": {
"gulp-util": "^3.0.6",
"through2": "^2.0.0"
},
"devDependencies": {
"espower-loader": "^0.11.0",
"gulp": "^3.9.0",
"intelli-espower-loader": "^0.7.0",
"mocha": "^2.2.5",
"power-assert": "^0.11.0"
},
"bugs": {
"url": "https://github.com/frontainer/gulp-sprite-glue/issues"
},
"homepage": "https://github.com/frontainer/gulp-sprite-glue",
"main": "index.js"
}