{ "version": "0.3.0", "name": "primer-cards", "description": "Card-like containers to group semantically related content together on marketing websites at GitHub.", "homepage": "http://primercss.io/", "author": "GitHub, Inc.", "license": "MIT", "style": "build/build.css", "main": "build/index.js", "files": [ "index.scss", "lib", "build" ], "repository": "https://github.com/primer/primer-css/tree/master/modules/primer-cards", "bugs": { "url": "https://github.com/primer/primer-css/issues" }, "scripts": { "build": "primer-module-build index.scss", "prepare": "npm run build", "lint": "stylelint **/*.scss -s scss", "test": "npm-run-all -s build lint" }, "dependencies": { "primer-marketing-support": "^1.2.0", "primer-support": "^4.2.0" }, "keywords": [ "cards", "css", "github", "primer", "primercss", "style" ] }