1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 05:39:15 +03:00
css/package.json
2016-11-23 15:06:19 -05:00

39 lines
1.1 KiB
JSON

{
"version": "4.3.0",
"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",
"style": "build/build.css",
"files": [
"index.scss",
"lib",
"build"
],
"repository": "https://github.com/primer/primer.git",
"bugs": {
"url": "https://github.com/primer/primer/issues"
},
"scripts": {
"setup": "if [ ! -d \"node_modules\" ]; then npm install; fi",
"build": "primer-module-build index.scss",
"prepublish": "npm run setup && npm run build",
"test": "npm run build"
},
"dependencies": {
"primer-core": "^1.0.0",
"primer-marketing": "^1.0.0",
"primer-product": "^1.0.0"
},
"devDependencies": {
"primer-module-build": "^1.0.2"
},
"keywords": [
"primer",
"css",
"github",
"primercss"
]
}