1
1
mirror of https://github.com/primer/css.git synced 2024-12-26 23:54:28 +03:00
css/package.json
2017-06-10 17:33:38 -04:00

30 lines
879 B
JSON

{
"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": "http://primercss.io/",
"author": "GitHub, Inc.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/primer/primer-css.git"
},
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
"scripts": {
"bootstrap": "lerna bootstrap",
"publish": "lerna publish",
"updated": "lerna updated"
},
"devDependencies": {
"lerna": "^2.0.0-rc.2",
"primer-module-build": "*"
},
"keywords": [
"primer",
"css",
"github",
"primercss"
]
}