css-to-string-loader
Version:
Webpack loader to convert the output of the css-loader back to a string
30 lines (29 loc) • 718 B
JSON
{
"name": "css-to-string-loader",
"version": "0.1.3",
"description": "Webpack loader to convert the output of the css-loader back to a string",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git@github.com:smithad15/css-to-string-loader.git"
},
"keywords": [
"webpack",
"css-loader",
"Angular2"
],
"author": "Andrew Smith",
"license": "MIT",
"bugs": {
"url": "https://github.com/smithad15/css-to-string-loader/issues"
},
"homepage": "https://github.com/smithad15/css-to-string-loader#readme",
"devDependencies": {},
"peerDependencies": {
"css-loader": ">=0.25.0 <1.0.0"
},
"dependencies": {
"loader-utils": "^0.2.15"
}
}