2016-05-28 17:55:56 +03:00
|
|
|
{
|
|
|
|
"name": "stylelint-selector-no-utility",
|
2017-10-25 00:56:03 +03:00
|
|
|
"version": "1.8.0",
|
2016-05-28 17:57:15 +03:00
|
|
|
"description": "Stylelint rule that doesn't allow the styling of utility classes in CSS",
|
2016-05-28 17:55:56 +03:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint .",
|
2017-10-09 23:04:03 +03:00
|
|
|
"tape": "node test/index.js",
|
|
|
|
"test": "../../script/npm-run-all lint tape"
|
2016-05-28 17:55:56 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"stylelint-rule",
|
|
|
|
"stylelint",
|
|
|
|
"url",
|
|
|
|
"domain",
|
|
|
|
"primer",
|
|
|
|
"github",
|
|
|
|
"css"
|
|
|
|
],
|
|
|
|
"author": "GitHub, Inc.",
|
|
|
|
"license": "MIT",
|
2017-10-09 23:04:03 +03:00
|
|
|
"repository": "https://github.com/primer/primer-css/tree/master/tools/stylelint-selector-no-utility",
|
2016-05-28 17:55:56 +03:00
|
|
|
"dependencies": {
|
2017-10-25 00:56:03 +03:00
|
|
|
"primer-utilities": "4.8.1",
|
2017-10-09 23:04:03 +03:00
|
|
|
"stylelint": "^7.13.0"
|
2016-05-28 17:55:56 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-10-09 23:04:03 +03:00
|
|
|
"eslint": "^3.19.0",
|
|
|
|
"eslint-plugin-github": "^0.12.0",
|
2016-05-28 17:55:56 +03:00
|
|
|
"stylelint-test-rule-tape": "^0.2.0"
|
|
|
|
}
|
|
|
|
}
|