UNPKG

465 BJSONView Raw
1{
2 "name": "style-loader",
3 "version": "0.12.1",
4 "author": "Tobias Koppers @sokra",
5 "description": "style loader module for webpack",
6 "devDependencies": {
7 "css-loader": "~0.8.0"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:webpack/style-loader.git"
12 },
13 "licenses": [
14 {
15 "type": "MIT",
16 "url": "http://www.opensource.org/licenses/mit-license.php"
17 }
18 ],
19 "dependencies": {
20 "loader-utils": "^0.2.5"
21 }
22}