docusaurus/packages/stylelint-copyright/package.json
2020-03-09 01:46:10 +03:00

15 lines
327 B
JSON

{
"name": "stylelint-copyright",
"version": "2.0.0-alpha.48",
"description": "stylelint plugin to check css files for a copyright header",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "node tests"
},
"dependencies": {
"stylelint": "^13.2.0",
"stylelint-test-rule-tape": "^0.2.0"
}
}