-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 996 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 996 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
36
37
38
{
"name": "css-variable-theme-webpack-plugin",
"version": "1.0.4",
"description": "Generate theme stylesheets by extracting theme css variables",
"main": "index.js",
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/willowtreeapps/css-variable-theme-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"loader",
"css",
"variables",
"theme"
],
"author": "Samuel Maddock",
"license": "MIT",
"bugs": {
"url": "https://github.com/willowtreeapps/css-variable-theme-webpack-plugin/issues"
},
"homepage": "https://github.com/willowtreeapps/css-variable-theme-webpack-plugin",
"dependencies": {
"cssesc": "^3.0.0",
"loader-utils": "^1.4.2",
"normalize-path": "^3.0.0",
"postcss": "^5.2.15",
"postcss-modules-local-by-default": "^1.1.1",
"postcss-modules-scope": "^1.0.2"
}
}