1
1
mirror of https://github.com/primer/css.git synced 2024-12-18 11:41:33 +03:00
css/modules/primer-alerts/package.json

43 lines
986 B
JSON
Raw Normal View History

2017-05-11 07:56:23 +03:00
{
"version": "1.5.3",
2017-05-11 07:56:23 +03:00
"name": "primer-alerts",
"description": "Flash messages, or alerts, inform users of successful or pending actions.",
2017-11-09 20:41:18 +03:00
"homepage": "http://primer.github.io/",
2017-05-11 07:56:23 +03:00
"author": "GitHub, Inc.",
"license": "MIT",
"style": "build/build.css",
2017-05-11 07:56:23 +03:00
"main": "build/index.js",
"primer": {
"category": "product",
"module_type": "components"
},
2017-05-11 07:56:23 +03:00
"files": [
"index.scss",
"lib",
"build"
],
2017-11-09 20:41:18 +03:00
"repository": "https://github.com/primer/primer/tree/master/modules/primer-alerts",
2017-05-11 07:56:23 +03:00
"bugs": {
2017-11-09 20:41:18 +03:00
"url": "https://github.com/primer/primer/issues"
2017-05-11 07:56:23 +03:00
},
"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"
2017-05-11 07:56:23 +03:00
},
"dependencies": {
"primer-support": "4.5.0"
2017-05-11 07:56:23 +03:00
},
"keywords": [
"alerts",
"callouts",
"css",
"flash",
"github",
"primer",
2017-11-09 20:41:18 +03:00
"design-system",
2017-05-11 07:56:23 +03:00
"style"
]
}