You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

22 lines
606 B

{
"name": "neutrino-middleware-style-loader",
"version": "5.0.0",
"description": "Neutrino middleware for importing and loading stylesheets from modules",
"main": "index.js",
"keywords": [
"neutrino",
"neutrino-middleware",
"style",
"css",
"stylesheet"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
"dependencies": {
"css-loader": "^0.26.2",
"style-loader": "^0.13.2"
}
}