UNPKG

primer-alerts

Version:

Flash messages, or alerts, inform users of successful or pending actions.

49 lines (48 loc) 1.16 kB
{ "version": "2.0.0", "name": "primer-alerts", "description": "Flash messages, or alerts, inform users of successful or pending actions.", "homepage": "http://primer.github.io/", "author": "GitHub, Inc.", "license": "MIT", "style": "build/build.css", "sass": "index.scss", "main": "build/index.js", "primer": { "category": "product", "module_type": "components", "class_whitelist": [ "warning" ] }, "files": [ "index.scss", "lib", "build" ], "repository": "https://github.com/primer/primer/tree/master/modules/primer-alerts", "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", "prepublishOnly": "../../script/notify pending", "postpublish": "../../script/notify success" }, "dependencies": { "primer-support": "5.0.0" }, "keywords": [ "alerts", "callouts", "css", "flash", "github", "primer", "design-system", "style" ] }