aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/package.json
blob: 4bd44433261888a37d1aaf7e9731d4c97b4590d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "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.16",
    "vue-click-outside": "^1.0.7",
    "vue-select": "^2.4.0"
  },
  "devDependencies": {
    "css-loader": "^1.0.0",
    "file-loader": "^1.1.11",
    "vue-loader": "^15.2.4",
    "vue-template-compiler": "^2.5.16",
    "webpack": "^4.16.0",
    "webpack-cli": "^3.1.0",
    "webpack-merge": "^4.1.3"
  }
}