2015-03-21 02:30:22 +03:00
{
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/" ,
2015-03-21 02:30:22 +03:00
"author" : "GitHub, Inc." ,
2015-06-24 03:58:41 +03:00
"license" : "MIT" ,
2017-05-11 22:51:47 +03:00
"repository" : {
"type" : "git" ,
"url" : "https://github.com/primer/primer-css.git"
} ,
2015-09-08 18:53:46 +03:00
"bugs" : {
2017-05-11 22:51:47 +03:00
"url" : "https://github.com/primer/primer-css/issues"
2015-09-08 18:53:46 +03:00
} ,
"scripts" : {
2017-06-05 06:04:14 +03:00
"bootstrap" : "lerna bootstrap" ,
"publish" : "lerna publish" ,
"updated" : "lerna updated" ,
2016-10-31 20:15:19 +03:00
"build" : "primer-module-build index.scss" ,
2017-01-19 00:35:37 +03:00
"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" ,
2017-01-19 00:35:37 +03:00
"primer-module-build" : "*"
2015-09-08 18:53:46 +03:00
} ,
"keywords" : [
"primer" ,
"css" ,
"github" ,
"primercss"
2016-05-25 21:56:43 +03:00
]
2015-03-21 02:30:22 +03:00
}