Files
2024-12-17 13:23:11 -08:00

35 lines
659 B
JSON

{
"name": "postcss-atroot",
"version": "0.1.3",
"description": "PostCSS plugin to place rules directly at the root",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/OEvgeny/postcss-atroot.git"
},
"scripts": {
"start": "gulp",
"test": "gulp"
},
"keywords": [
"postcss",
"at-root",
"postcss-plugin",
"sass",
"atroot",
"css"
],
"author": "OEvgeny",
"license": "MIT",
"dependencies": {
"postcss": "^5.0.5"
},
"devDependencies": {
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-mocha": "^2.1.3",
"mocha": "^2.3.2"
}
}