postcss-banner
Version:
PostCSS plugin to add text banner to resulting file
36 lines (35 loc) • 742 B
JSON
{
"name": "postcss-banner",
"version": "4.0.1",
"description": "PostCSS plugin to add text banner to resulting file",
"keywords": [
"postcss",
"css",
"postcssplugin",
"banner",
"footer"
],
"author": "Eugene Datsky <eugene@datsky.ru>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/princed/postcss-banner.git"
},
"files": [
"index.js"
],
"dependencies": {
"postcss": "^8.2.2"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.19.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"mocha": "^8.2.1",
"prettier": "^2.0.4"
},
"scripts": {
"test": "eslint *.js test/*.js && mocha"
}
}