-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1014 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
41
42
{
"name": "extract-stilr-webpack-plugin",
"version": "0.1.1",
"description": "Extract stilr stylesheets for production use.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chcokr/extract-stilr-webpack-plugin.git"
},
"keywords": [
"stilr",
"extract",
"webpack",
"plugin",
"webpack-plugin"
],
"author": "YJ Yang <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chcokr/extract-stilr-webpack-plugin/issues"
},
"homepage": "https://github.com/chcokr/extract-stilr-webpack-plugin#readme",
"dependencies": {
"autoprefixer": "^6.0.2",
"eval": "^0.1.1",
"find-root": "^0.1.1",
"jsdom": "^3.0.0",
"loader-utils": "^0.2.11",
"lodash.isarray": "^3.0.4",
"lodash.isstring": "^3.0.1",
"postcss": "^5.0.4"
},
"devDependencies": {
"chai": "^3.2.0",
"rimraf": "^2.4.3",
"stilr": "^1.2.1",
"webpack": "^1.12.1"
}
}