{ "version": "7.0.0-6", "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", "style": "build/build.css", "files": [ "index.scss", "lib", "build" ], "repository": "https://github.com/primer/primer-css/tree/master/packages/primer-css", "bugs": { "url": "https://github.com/primer/primer-css/issues" }, "scripts": { "build": "primer-module-build index.scss", "prepare": "npm run build", "test": "npm run build" }, "dependencies": { "primer-core": "^4.0.0-1", "primer-marketing": "^4.0.0-5", "primer-product": "^4.0.0-2" }, "devDependencies": { "primer-module-build": "*" }, "keywords": [ "primer", "css", "github", "primercss" ] }