2017-05-11 07:56:23 +03:00
|
|
|
{
|
2017-08-01 00:05:28 +03:00
|
|
|
"version": "1.3.0",
|
2017-05-11 07:56:23 +03:00
|
|
|
"name": "primer-alerts",
|
|
|
|
"description": "Flash messages, or alerts, inform users of successful or pending actions.",
|
|
|
|
"homepage": "http://primercss.io/",
|
|
|
|
"author": "GitHub, Inc.",
|
|
|
|
"license": "MIT",
|
|
|
|
"style": "index.scss",
|
|
|
|
"main": "build/index.js",
|
|
|
|
"files": [
|
|
|
|
"index.scss",
|
|
|
|
"lib",
|
|
|
|
"build"
|
|
|
|
],
|
2017-07-03 23:29:24 +03:00
|
|
|
"repository": "https://github.com/primer/primer-css/tree/master/modules/primer-alerts",
|
2017-05-11 07:56:23 +03:00
|
|
|
"bugs": {
|
2017-05-11 22:51:47 +03:00
|
|
|
"url": "https://github.com/primer/primer-css/issues"
|
2017-05-11 07:56:23 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "primer-module-build index.scss",
|
2017-06-11 23:06:10 +03:00
|
|
|
"prepare": "npm run build",
|
2017-07-27 01:14:47 +03:00
|
|
|
"lint": "stylelint **/*.scss -s scss",
|
2017-07-26 21:05:24 +03:00
|
|
|
"test": "npm-run-all -s build lint"
|
2017-05-11 07:56:23 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-08-01 00:05:28 +03:00
|
|
|
"primer-support": "^4.2.0"
|
2017-05-11 07:56:23 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"alerts",
|
|
|
|
"callouts",
|
|
|
|
"css",
|
|
|
|
"flash",
|
|
|
|
"github",
|
|
|
|
"primer",
|
|
|
|
"primercss",
|
|
|
|
"style"
|
|
|
|
]
|
|
|
|
}
|