1
1
mirror of https://github.com/primer/css.git synced 2024-12-21 05:01:45 +03:00
css/package.json
2016-07-14 13:12:51 -04:00

39 lines
946 B
JSON

{
"name": "stylelint-selector-no-utility",
"version": "1.2.0",
"description": "Stylelint rule that doesn't allow the styling of utility classes in CSS",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "npm run lint && node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/primer/stylelint-selector-no-utility.git"
},
"keywords": [
"stylelint-rule",
"stylelint",
"url",
"domain",
"primer",
"github",
"css"
],
"author": "GitHub, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/primer/stylelint-selector-no-utility/issues"
},
"homepage": "https://github.com/primer/stylelint-selector-no-utility#readme",
"dependencies": {
"primer-utilities": "^0.5.0",
"stylelint": "^7.0.0"
},
"devDependencies": {
"eslint": "^2.10.2",
"eslint-plugin-github": "^0.4.0",
"stylelint-test-rule-tape": "^0.2.0"
}
}