-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.07 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.07 KB
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
{
"name": "sprite-webpack-plugin",
"version": "1.0.6",
"description": "sprite-webpack-plugin",
"main": "./dist/index.js",
"scripts": {
"build": "babel src --out-dir dist/",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/kezoo/sprite-webpack-plugin.git"
},
"bugs": {
"url": "https://github.com/kezoo/sprite-webpack-plugin/issues"
},
"keywords": [
"sprite",
"webpack",
"plugin",
"css",
"sass",
"less",
"stylus"
],
"author": "kezoo",
"license": "MIT",
"dependencies": {
"async": "2.3.0",
"cssesc": "1.0.0",
"lwip": "0.0.9",
"mkdirp": "^0.5.1",
"mustache": "2.1.3",
"spritesheet-templates": "10.0.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^4.1.6",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"del": "^3.0.0",
"eslint": "^1.10.3",
"gulp": "^3.9.1",
"gulp-bg": "0.0.9",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^3.0.0",
"mkdirp": "^0.5.1",
"require-dir": "^0.3.2"
}
}