1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 05:39:15 +03:00
css/package.json

43 lines
1.3 KiB
JSON

{
"name": "primer-css",
"version": "4.0.0",
"homepage": "https://github.com/styleguide",
"author": "GitHub, Inc.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/primer/primer.git"
},
"devDependencies": {
"autoprefixer-core": "~5.2.1",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-parker": "^0.1.3",
"grunt-postcss": "^0.5.1",
"grunt-sass": "^1.0.0"
},
"description": "Primer is the CSS toolkit that powers GitHub's front-end design. It's purposefully limited to common components to provide our developers with the most flexibility, and to keep GitHub uniquely *GitHubby*. It's built with SCSS and available via Bower, so it's easy to include all or part of it within your own project.",
"bugs": {
"url": "https://github.com/primer/primer/issues"
},
"main": "css/primer.css",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "grunt"
},
"keywords": [
"primer",
"css",
"github",
"primercss"
],
"dependencies": {
"normalize.css": "4.1.1",
"primer-support": "git+https://github.com/primer/support.git",
"primer-utilities": "git+https://github.com/primer/utilities.git"
}
}