postcss-basecss
Version:
PostCSS plugin which extracts basic CSS rules for inlining them in your index.html, similar to critical CSS
47 lines (46 loc) • 1.02 kB
JSON
{
"name": "postcss-basecss",
"version": "0.0.2",
"description": "PostCSS plugin which extracts basic CSS rules for inlining them in your index.html, similar to critical CSS",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"basecss",
"base",
"basic",
"inline",
"head",
"style"
],
"author": "Julian Kern <mail@juliankern.com>",
"contributors": [
{
"name": "Dennis Sterzenbach",
"email": "dennis.sterzenbach@gmail.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Keyes/postcss-basecss.git"
},
"bugs": {
"url": "https://github.com/Keyes/postcss-basecss/issues"
},
"homepage": "https://github.com/Keyes/postcss-basecss",
"dependencies": {
"css": "^2.2.1",
"cssmin": "^0.4.3",
"jsdom-nogyp": "^0.8.3",
"lodash": "^3.10.1",
"postcss": "^4.1.16"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0"
},
"scripts": {
"test": "gulp"
}
}