@nitro-ui/component-alert
Version:
Alert component for Nitro UI.
56 lines (55 loc) • 1.52 kB
JSON
{
"name": "@nitro-ui/component-alert",
"version": "1.0.10",
"description": "Alert component for Nitro UI.",
"main": "dist/css/alert.min.css",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/icarasia/nitro-ui"
},
"keywords": [
"Alert",
"Nitro",
"UI",
"CSS",
"Components",
"iCarAsia"
],
"author": "SweeLing Lee <sllee_1004@yahoo.com>",
"contributors": [
"Syaiful Shah Zinan <i.works@live.com>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/icarasia/nitro-ui/issues"
},
"homepage": "https://github.com/icarasia/nitro-ui#readme",
"dependencies": {
"@nitro-ui/core": "^1.0.7"
},
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"babelify": "^10.0.0",
"bootstrap": "^4.3.1",
"grunt": "^1.0.4",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-notify": "^0.4.5",
"grunt-sass": "^3.0.2",
"jquery": "^3.4.1",
"node-sass": "^4.12.0"
},
"gitHead": "cd6459e65dc99a417a315b6ac6811490c143cb3a"
}