{ "version": "2.1.3-monotest.0", "name": "primer-box", "description": "A module for creating rounded-corner boxes with options for headers, lists, and footers.", "homepage": "http://primercss.io/", "author": "GitHub, Inc.", "license": "MIT", "style": "index.scss", "main": "build/index.js", "files": [ "index.scss", "lib", "build" ], "repository": "https://github.com/primer/primer-css/tree/master/packages/primer-box", "bugs": { "url": "https://github.com/primer/primer-css/issues" }, "scripts": { "build": "primer-module-build index.scss", "prepublish": "npm run build", "test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" }, "dependencies": { "primer-support": "^4.0.1-monotest.0" }, "devDependencies": { "primer-module-build": "*", "stylelint": "*", "stylelint-config-primer": "*" }, "keywords": [ "primer", "css", "github", "primercss" ] }