postcss-responsive-properties
Version:
PostCSS plugin that will make writing responsive style more easily
34 lines (33 loc) • 910 B
JSON
{
"name": "postcss-responsive-properties",
"version": "1.0.1",
"description": "PostCSS plugin that will make writing responsive style more easily",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"postcss-responsive-properties",
"responsive-properties"
],
"author": "Alexandr Solovyov <alex.solovyov.work@gmail.com>",
"license": "MIT",
"repository": "alexandr-solovyov/postcss-responsive-properties",
"bugs": {
"url": "https://github.com/alexandr-solovyov/postcss-responsive-properties/issues"
},
"homepage": "https://github.com/alexandr-solovyov/postcss-responsive-properties",
"dependencies": {
"postcss": "^6.0.14"
},
"devDependencies": {
"ava": "^0.15.2",
"eslint": "3.0.0",
"eslint-config-postcss": "^2.0.2"
},
"scripts": {
"test": "ava && eslint *.js"
},
"eslintConfig": {
"extends": "eslint-config-postcss/es5"
}
}