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

53 lines
1.6 KiB
JSON

{
"version": "4.0.0",
"name": "primer-css",
"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, so it's easy to include all or part of it within your own project.",
"homepage": "https://github.com/styleguide",
"author": "GitHub, Inc.",
"license": "MIT",
"style": "index.scss",
"files": [
"index.scss",
"lib"
],
"repository": "https://github.com/primer/primer.git",
"bugs": {
"url": "https://github.com/primer/primer/issues"
},
"scripts": {
"build": "npm run setup && npm run preprocess",
"stats": "parker build/build.css > .primer-stats.md",
"preprocess": "node-sass index.scss --include-path node_modules | postcss -c .postcss.json -o build/build.css && npm run stats",
"setup": "npm install",
"preversion": "npm run build",
"test": "npm run build"
},
"dependencies": {
"primer-support": "*",
"primer-utilities": "*",
"primer-base": "*",
"primer-forms": "*",
"primer-buttons": "*",
"primer-alerts": "*",
"primer-avatars": "*",
"primer-blankslate": "*",
"primer-navigation": "*",
"primer-states": "*",
"primer-tooltips": "*",
"primer-flex-table": "*",
"primer-truncate": "*"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"node-sass": "^3.7.0",
"parker": "0.0.10",
"postcss-cli": "^2.5.2"
},
"keywords": [
"primer",
"css",
"github",
"primercss"
]
}