1
1
mirror of https://github.com/primer/css.git synced 2024-12-20 20:51:38 +03:00
css/package.json

39 lines
945 B
JSON
Raw Normal View History

2016-05-28 17:55:56 +03:00
{
"name": "stylelint-selector-no-utility",
"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": {
"eslint": "^3.3.1",
"eslint-plugin-github": "^0.8.0",
2016-05-28 17:55:56 +03:00
"stylelint-test-rule-tape": "^0.2.0"
}
}