{ "version": "2.5.1", "name": "primer-buttons", "description": "A collection of buttons used for primary and secondary actions.", "homepage": "http://primer.github.io/", "author": "GitHub, Inc.", "license": "MIT", "style": "index.scss", "main": "build/index.js", "primer": { "category": "core", "module_type": "components" }, "files": [ "index.scss", "lib", "build" ], "repository": "https://github.com/primer/primer/tree/master/modules/primer-buttons", "bugs": { "url": "https://github.com/primer/primer/issues" }, "scripts": { "build": "../../script/npm-run primer-module-build index.scss", "prepare": "npm run build", "lint": "../../script/lint-scss", "test": "../../script/npm-run-all build lint" }, "dependencies": { "primer-support": "4.5.0" }, "keywords": [ "primer", "css", "github", "design-system", "buttons", "styles" ] }