sting
Version:
Sting! Is a tiny lightweight, themable and highly customizable notification-popup.
30 lines (29 loc) • 673 B
JSON
{
"name": "sting",
"version": "0.0.22",
"description": "Sting! Is a tiny lightweight, themable and highly customizable notification-popup.",
"main": "dist/index.js",
"module": "dist/index.js",
"scripts": {
"republish": "yarn run build",
"build": "tsc",
"watch": "webpack -w --progress --mode=development"
},
"keywords": [
"Notification",
"JavaScript",
"Lightweight",
"Venilla",
"Zero",
"Dependencies"
],
"author": "Stefan Schonert",
"license": "ISC",
"devDependencies": {
"html-loader": "^0.5.5",
"ts-loader": "^4.2.0",
"typescript": "^2.8.3",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15"
}
}