2
0
mirror of https://github.com/tenrok/vue-native-notification.git synced 2026-06-20 06:50:35 +03:00

Initial commit

This commit is contained in:
Dennis Bruner
2017-08-26 21:28:21 +02:00
commit 2d90d3cc37
6 changed files with 2555 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "vue-native-notification",
"version": "1.0.0",
"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"
}
}