@pearson-ux/alert
Version:
Alert web component
39 lines • 972 B
JSON
{
"name": "@pearson-ux/alert",
"author": "David O'Dey | david.odey@pearson.com",
"license": "PEARSON PROPRIETARY AND CONFIDENTIAL INFORMATION SUBJECT TO NDA",
"version": "5.0.0",
"description": "Alert web component",
"main": "alert.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/pearson-ct/web-components-delta/alert.git"
},
"keywords": [
"alert"
],
"bugs": {
"url": "https://github.com/pearson-ux/web-components/issues"
},
"homepage": "https://github.com/pearson-ux/web-components/blob/master/example/README.md",
"dependencies": {
"@pearson-ux/master-tokens": "^1.0.6"
},
"devDependencies": {
"fs": "^0.0.1-security",
"path": "^0.12.7",
"shelljs": "^0.8.5"
},
"browserslist": [
"last 2 version",
"safari > 6",
"ie 11",
"opera 12.1",
"ios 6",
"android > 3",
"Firefox > 47"
]
}