-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 951 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 951 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
{
"name": "csscomb-webpack-plugin",
"version": "0.3.8",
"description": "A CSSComb plugin for webpack",
"main": "lib/index.js",
"scripts": {
"build": "babel src -d lib --presets=env --plugins=add-module-exports",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beckan/csscomb-webpack-plugin.git"
},
"keywords": [
"webpack",
"webpack-plugin",
"csscomb"
],
"author": "Daniel Bäckström",
"license": "MIT",
"bugs": {
"url": "https://github.com/beckan/csscomb-webpack-plugin/issues"
},
"homepage": "https://github.com/beckan/csscomb-webpack-plugin#readme",
"dependencies": {
"chalk": "^2.4.1",
"csscomb": "git+https://github.com/beckan/csscomb.js.git#update-gonzales-pe",
"globby": "^8.0.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.7.0"
}
}