1
1
mirror of https://github.com/primer/css.git synced 2024-12-25 23:23:47 +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-07-14 21:42:08 +03:00
"version": "1.1.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-07-14 20:30:26 +03:00
"stylelint-scss": "^1.2.1",
"stylelint-selector-no-utility": "^1.2.0"
2016-06-14 17:23:10 +03:00
},
"devDependencies": {
"ava": "^0.15.2",
2016-07-05 22:39:39 +03:00
"eslint": "^3.0.1",
"eslint-plugin-github": "^0.4.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
}
}