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

42 lines
1007 B
JSON

{
"name": "stylelint-config-primer",
"version": "1.2.0",
"description": "Sharable stylelint config used by GitHub's CSS",
"main": "index.js",
"scripts": {
"ava": "ava --verbose \"tests/**/*.js\"",
"lint": "eslint **/*.js",
"test": "npm run lint && npm run ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/primer/stylelint-config-primer.git"
},
"keywords": [
"github",
"primer",
"stylelint-config",
"stylelint",
"css"
],
"author": "GitHub, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/primer/stylelint-config-primer/issues"
},
"homepage": "https://github.com/primer/stylelint-config-primer#readme",
"dependencies": {
"stylelint-scss": "^1.3.4",
"stylelint-selector-no-utility": "^1.3.0"
},
"devDependencies": {
"ava": "^0.16.0",
"eslint": "^3.0.1",
"eslint-plugin-github": "^0.5.0",
"stylelint": "^7.0.0"
},
"peerDependencies": {
"stylelint": "^7.0.0"
}
}