forked from mixtur/webpack-spritesmith
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 919 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": "webpack-spritesmith",
"version": "0.2.0",
"description": "",
"main": "lib/Plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mixtur/webpack-spritesmith.git"
},
"keywords": [
"icons",
"sprites",
"spritesmith",
"webpack"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mixtur/webpack-spritesmith/issues"
},
"homepage": "https://github.com/mixtur/webpack-spritesmith#readme",
"dependencies": {
"async": "^1.5.0",
"gaze": "^0.5.2",
"glob": "^6.0.1",
"lodash": "^4.5.1",
"mkdirp": "^0.5.1",
"spritesheet-templates": "^10.0.0",
"spritesmith": "^3.1.0"
},
"devDependencies": {
"css-loader": "^0.22.0",
"file-loader": "^0.8.4",
"style-loader": "^0.13.0",
"stylus-loader": "^1.4.2"
}
}