server/apps/updatenotification/package.json
dependabot[bot] b34e45a1b0
Bump vue-select from 2.4.0 to 2.5.0 in /apps/updatenotification
Bumps [vue-select](https://github.com/sagalbot/vue-select) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/sagalbot/vue-select/releases)
- [Commits](https://github.com/sagalbot/vue-select/compare/v2.4.0...v2.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-09-05 08:40:16 +00:00

39 lines
1.1 KiB
JSON

{
"name": "notifications",
"version": "2.4.0",
"description": "This app provides a backend and frontend for the notification API available in Nextcloud.",
"main": "init.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"dev": "webpack --config webpack.dev.js",
"watch": "webpack --progress --watch --config webpack.dev.js",
"build": "webpack --progress --hide-modules --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nextcloud/notifications.git"
},
"author": "Joas Schilling",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/nextcloud/notifications/issues"
},
"homepage": "https://github.com/nextcloud/notifications#readme",
"dependencies": {
"vue": "^2.5.17",
"vue-click-outside": "^1.0.7",
"vue-select": "^2.5.0"
},
"devDependencies": {
"css-loader": "^1.0.0",
"file-loader": "^1.1.11",
"vue-loader": "^15.4.1",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.4"
}
}