mirror of
https://github.com/primer/css.git
synced 2024-11-25 07:33:41 +03:00
30 lines
898 B
JSON
30 lines
898 B
JSON
{
|
|
"name": "primer-css",
|
|
"description": "Primer is the CSS framework that powers GitHub's front-end design. Primer-css includes 23 packages that are grouped into 3 core meta-packages for easy install. Each package and meta-package is independently versioned and distributed via NPM, so it's easy to include all or part of Primer 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"
|
|
]
|
|
}
|