mirror of
https://github.com/tenrok/vue-native-notification.git
synced 2026-05-17 04:19:38 +03:00
30 lines
716 B
JSON
30 lines
716 B
JSON
{
|
|
"name": "vue-native-notification",
|
|
"version": "1.1.1",
|
|
"description": "Vue.js plugin for native notifications",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/dennisbruner/vue-native-notification.git",
|
|
"author": "Dennis Bruner <contact@dennisbruner.de>",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"vue",
|
|
"vuejs",
|
|
"native",
|
|
"notification",
|
|
"notify",
|
|
"html5",
|
|
"api"
|
|
],
|
|
"scripts": {
|
|
"build": "browserify index.js -t babelify | uglifyjs -m > vue-native-notification.min.js",
|
|
"test": "standard"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-env": "^1.6.0",
|
|
"babelify": "^7.3.0",
|
|
"browserify": "^14.5.0",
|
|
"standard": "*",
|
|
"uglify-js": "^3.0.28"
|
|
}
|
|
}
|