{ "version": "1.0.1", "name": "primer-blankslate", "description": "Blankslates are for when there is a lack of content within a page or section.", "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/modules/primer-blankslate", "bugs": { "url": "https://github.com/primer/primer-css/issues" }, "scripts": { "build": "primer-module-build index.scss", "prepare": "npm run build", "test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" }, "dependencies": { "primer-support": "^4.0.6" }, "devDependencies": { "primer-module-build": "*", "stylelint": "*", "stylelint-config-primer": "*" }, "keywords": [ "primer", "css", "github", "primercss", "blankslate", "empty", "content" ] }