notus
Version:
Yet another pop-up notification library for the web, strictly without jQuery
28 lines (27 loc) • 700 B
JSON
{
"name": "notus",
"version": "0.3.2",
"description": "Yet another pop-up notification library for the web, strictly without jQuery",
"main": "src/notus.js",
"typings": "src/notus.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kushalpandya/notus.git"
},
"keywords": [
"js",
"notify",
"popup",
"toast",
"snackbar"
],
"author": "Kushal Pandya <kushalspandya@gmail.com> (https://doublslash.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kushalpandya/notus/issues"
},
"homepage": "https://github.com/kushalpandya/notus#readme"
}