1
1
mirror of https://github.com/primer/css.git synced 2024-11-25 07:33:41 +03:00
css/package.json

33 lines
990 B
JSON
Raw Normal View History

{
2016-05-25 21:56:43 +03:00
"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.",
2016-05-31 17:21:23 +03:00
"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": {
2017-06-05 06:04:14 +03:00
"bootstrap": "lerna bootstrap",
"publish": "lerna publish",
"updated": "lerna updated",
"build": "primer-module-build index.scss",
"prepublish": "npm run build",
2016-06-02 16:41:24 +03:00
"test": "npm run build"
2016-05-25 21:56:43 +03:00
},
"devDependencies": {
2017-06-05 01:52:52 +03:00
"lerna": "^2.0.0-rc.2",
"primer-module-build": "*"
},
"keywords": [
"primer",
"css",
"github",
"primercss"
2016-05-25 21:56:43 +03:00
]
}