2016-05-28 17:55:56 +03:00
|
|
|
{
|
|
|
|
"name": "stylelint-selector-no-utility",
|
2017-07-12 18:49:07 +03:00
|
|
|
"version": "1.6.1",
|
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 .",
|
|
|
|
"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": {
|
2017-07-12 17:23:40 +03:00
|
|
|
"primer-utilities": "^4.3.5",
|
2016-07-14 03:18:03 +03:00
|
|
|
"stylelint": "^7.0.0"
|
2016-05-28 17:55:56 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-08-26 03:57:10 +03:00
|
|
|
"eslint": "^3.3.1",
|
2017-02-02 02:07:02 +03:00
|
|
|
"eslint-plugin-github": "^0.8.0",
|
2016-05-28 17:55:56 +03:00
|
|
|
"stylelint-test-rule-tape": "^0.2.0"
|
|
|
|
}
|
|
|
|
}
|