forked from alexandershved/png-sprite-webpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 808 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
{
"name": "png-sprite-webpack",
"version": "0.0.1",
"description": "png-sprite-webpack",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sergek/png-sprite-webpack.git"
},
"bugs": {
"url": "https://github.com/sergek/png-sprite-webpack/issues"
},
"keywords": [
"sprite",
"webpack",
"plugin",
"css",
"sass",
"less",
"stylus",
"png"
],
"author": {
"name": "alexandershved"
},
"license": "MIT",
"dependencies": {
"async": "^1.4.2",
"color": "^0.10.1",
"cssesc": "^0.1.0",
"imageinfo": "^1.0.4",
"layout": "^2.2.0",
"lodash": "^3.10.1",
"lwip": "0.0.8",
"mkdirp": "^0.5.1",
"mustache": "^2.1.3",
"spritesheet-templates": "^10.0.0",
"bluebird": "^2.9.33"
}
}