1
1
mirror of https://github.com/primer/css.git synced 2024-12-30 01:22:30 +03:00
css/package.json

42 lines
1007 B
JSON
Raw Normal View History

2016-06-14 17:23:10 +03:00
{
"name": "stylelint-config-primer",
2016-09-06 22:51:30 +03:00
"version": "1.2.0",
2016-06-14 17:23:10 +03:00
"description": "Sharable stylelint config used by GitHub's CSS",
"main": "index.js",
"scripts": {
"ava": "ava --verbose \"tests/**/*.js\"",
2016-07-05 22:39:39 +03:00
"lint": "eslint **/*.js",
"test": "npm run lint && npm run ava"
2016-06-14 17:23:10 +03:00
},
"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": {
2016-09-06 18:53:41 +03:00
"stylelint-scss": "^1.3.4",
2016-09-06 20:29:58 +03:00
"stylelint-selector-no-utility": "^1.3.0"
2016-06-14 17:23:10 +03:00
},
"devDependencies": {
"ava": "^0.16.0",
2016-07-05 22:39:39 +03:00
"eslint": "^3.0.1",
"eslint-plugin-github": "^0.5.0",
2016-07-14 20:30:26 +03:00
"stylelint": "^7.0.0"
},
"peerDependencies": {
"stylelint": "^7.0.0"
2016-06-14 17:23:10 +03:00
}
}