1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 21:28:20 +03:00
css/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

{
2017-05-11 00:23:24 +03:00
"version": "6.0.0",
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",
2016-07-06 14:47:52 +03:00
"style": "build/build.css",
2016-05-25 21:56:43 +03:00
"files": [
"index.scss",
"lib",
"build"
2016-05-25 21:56:43 +03:00
],
"repository": {
"type": "git",
"url": "https://github.com/primer/primer-css.git"
},
"bugs": {
"url": "https://github.com/primer/primer-css/issues"
},
"scripts": {
"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
},
"dependencies": {
2017-05-11 00:22:40 +03:00
"primer-core": "^3.0.0",
"primer-marketing": "^3.0.0",
"primer-product": "^3.0.0"
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
]
}