{ "version": "1.3.0", "name": "primer-page-sections", "description": "Styles to create distinct sections of marketing pages at GitHub.", "homepage": "http://primercss.io/", "author": "GitHub, Inc.", "license": "MIT", "style": "build/build.css", "main": "build/index.js", "primer": { "category": "marketing", "module_type": "components" }, "files": [ "index.scss", "lib", "build" ], "repository": "https://github.com/primer/primer-css/tree/master/modules/primer-page-sections", "bugs": { "url": "https://github.com/primer/primer-css/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-marketing-support": "1.3.0", "primer-support": "4.3.0" }, "keywords": [ "css", "github", "page sections", "primer", "primercss", "sections", "style" ] }