2018-01-30 19:06:40 +03:00
|
|
|
{
|
|
|
|
"name": "notifications",
|
2018-06-07 09:35:00 +03:00
|
|
|
"version": "2.3.0",
|
2018-01-30 19:06:40 +03:00
|
|
|
"description": "This app provides a backend and frontend for the notification API available in Nextcloud.",
|
|
|
|
"main": "init.js",
|
|
|
|
"directories": {
|
|
|
|
"lib": "lib",
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2018-06-07 09:35:00 +03:00
|
|
|
"dev": "webpack --config js-src/webpack.dev.js",
|
|
|
|
"watch": "webpack --progress --watch --config js-src/webpack.dev.js",
|
|
|
|
"build": "webpack --progress --hide-modules --config js-src/webpack.prod.js",
|
2018-01-30 19:06:40 +03:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"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": {
|
2018-05-30 13:12:58 +03:00
|
|
|
"vue": "^2.5.16",
|
2018-01-31 12:54:22 +03:00
|
|
|
"vue-select": "^2.4.0"
|
2018-01-30 19:06:40 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-05-30 11:23:38 +03:00
|
|
|
"css-loader": "^0.28.11",
|
2018-06-07 09:35:00 +03:00
|
|
|
"file-loader": "^1.1.11",
|
|
|
|
"vue-loader": "^15.2.4",
|
2018-05-30 13:12:39 +03:00
|
|
|
"vue-template-compiler": "^2.5.16",
|
2018-06-25 09:43:40 +03:00
|
|
|
"webpack": "^4.12.1",
|
2018-06-19 01:13:19 +03:00
|
|
|
"webpack-cli": "^3.0.8",
|
2018-06-19 13:11:36 +03:00
|
|
|
"webpack-merge": "^4.1.3"
|
2018-01-30 19:06:40 +03:00
|
|
|
}
|
|
|
|
}
|