2
0
mirror of https://github.com/tenrok/vue-native-notification.git synced 2026-05-17 05:49:37 +03:00
Files
vue-native-notification/package.json
T
2018-08-03 17:06:53 +02:00

30 lines
716 B
JSON

{
"name": "vue-native-notification",
"version": "1.0.3",
"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.4.0",
"standard": "*",
"uglify-js": "^3.0.28"
}
}