UNPKG

vue-notifications

Version:
53 lines (52 loc) 1.45 kB
{ "name": "vue-notifications", "version": "1.0.3", "author": "Sergei Panfilov <se-panfilov@ya.ru> (https://se-panfilov.github.io)", "description": "Vuejs notifications", "main": "dist/vue-notifications.js", "typings": "dist/vue-notifications.d.ts", "scripts": { "build": "tsc -p tsconfig.json", "minify": "terser ./dist/vue-notifications.js --output ./dist/vue-notifications.min.js --compress --source-map", "test": "echo 'tests are not specified'", "lint": "tslint --project .", "docs": "rimraf ./docs/html/** && gitbook build ./docs/md/ ./docs/html" }, "engines": { "node": ">=8.9" }, "repository": { "type": "git", "url": "git+https://github.com/se-panfilov/vue-notifications.git" }, "homepage": "https://se-panfilov.github.io/vue-notifications", "keywords": [ "vue", "toastr", "toast", "non-blocking", "notifications", "notification", "vuejs", "vue.js", "messages", "errors" ], "license": "MIT", "private": false, "bugs": { "url": "https://github.com/se-panfilov/vue-notifications/issues" }, "homepage": "https://github.com/se-panfilov/vue-notifications#readme", "devDependencies": { "cpx": "1.5.0", "gitbook-cli": "2.3.2", "rimraf": "2.6.3", "terser": "4.1.2", "tslint": "5.18.0", "tslint-config-prettier": "1.18.0", "tslint-immutable": "6.0.1", "typescript": "3.5.3", "vue": "2.6.10" } }