forked from iamdustan/rework-webpack-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 835 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
{
"name": "rework-webpack-loader",
"version": "0.1.0",
"description": "rework loader for webpack",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Aaron Stacy",
"dependencies": {
"when": "~3.4.4",
"rework": "~1.0.1",
"rework-calc": "~1.1.0",
"rework-npm": "~1.0.0",
"rework-custom-media": "~0.2.0",
"rework-vars": "~3.1.1",
"rework-visit": "~1.0.0",
"loader-utils": "^0.2.5"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/aaronj1335/rework-webpack-loader.git"
},
"bugs": {
"url": "https://github.com/aaronj1335/rework-webpack-loader/issues"
},
"homepage": "https://github.com/aaronj1335/rework-webpack-loader",
"keywords": [
"webpack",
"rework",
"css"
]
}