@alotool/toast
Version:
Elegant, responsive, flexible and lightweight notification plugin with no dependencies.
52 lines (51 loc) • 1.1 kB
JSON
{
"name": "@alotool/toast",
"version": "1.4.0",
"version_current": "1.4.0",
"description": "Elegant, responsive, flexible and lightweight notification plugin with no dependencies.",
"readmeFilename": "README.md",
"keywords": [
"alotool",
"toast",
"toaster",
"toast",
"message",
"notification",
"alert",
"info,",
"success",
"warning",
"confirm",
"question",
"js"
],
"author": "alotool",
"license": "MIT",
"homepage": "https://github.com/alotool/lib",
"repository": {
"type": "git",
"url": "git+https://github.com/alotool/lib.git"
},
"bugs": {
"url": "https://github.com/alotool/lib/issues"
},
"main": "dist/toast.js",
"typings": "types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-csso": "^4.0.1",
"gulp-notify": "^3.2.0",
"gulp-size": "^3.0.0",
"gulp-stylus": "^2.7.0",
"gulp-uglify": "^3.0.2"
},
"files": [
"types",
"dist"
]
}