UNPKG

@pnotify/bootstrap4

Version:
62 lines (61 loc) 1.53 kB
{ "name": "@pnotify/bootstrap4", "version": "5.2.0", "description": "PNotify - Bootstrap 4 Module", "keywords": [ "notice", "notices", "notification", "notifications", "alert", "alerts", "web notifications", "prompts", "non blocking", "notify", "material", "material ui" ], "homepage": "https://github.com/sciactive/pnotify", "bugs": { "url": "https://github.com/sciactive/pnotify/issues" }, "license": "Apache-2.0", "author": "Hunter Perrin", "repository": { "type": "git", "url": "https://github.com/sciactive/pnotify.git" }, "scripts": { "build-dev": "ENV=development rollup -c", "build": "rollup -c", "watch": "ENV=development rollup -c -w", "prepare": "rm -rf ./dist/ && npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "main": "dist/PNotifyBootstrap4.js", "svelte": "index.svelte", "types": "index.d.ts", "publishConfig": { "access": "public" }, "dependencies": { "@pnotify/core": "^5.2.0" }, "peerDependencies": { "bootstrap": "^4.4.1" }, "devDependencies": { "@babel/core": "^7.12.3", "@babel/preset-env": "^7.12.1", "core-js": "^3.7.0", "rollup": "^2.33.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-postcss": "^3.1.8", "rollup-plugin-svelte": "^5.2.3", "rollup-plugin-terser": "^5.3.1", "svelte": "^3.29.4" }, "gitHead": "25725de6ec35debe1724d1e23ce236727e9e211a" }