aboutsummaryrefslogtreecommitdiffstats
path: root/ui/effects.pulsate.js
Commit message (Expand)AuthorAgeFilesLines
* Pulsate: Fixed duration.Scott González2009-01-141-5/+6
* Happy New YearRichard Worth2009-01-031-1/+1
* New file: AUTHORS.txt instead of having a single contributor's name in each f...Richard Worth2008-11-211-1/+1
* Source formatting: Removing trailing spacesEduardo Lundgren2008-11-201-1/+1
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-181-5/+5
* Reverted r695.Scott González2008-09-191-6/+6
* Remove Trailing SpacesEduardo Lundgren2008-09-191-6/+6
* Fixed #3284 - Put version numbers inside of individual files.Richard Worth2008-09-041-1/+1
* Dropped blank line at end of header comments.Scott González2008-06-111-1/+0
* pulsate: correctly pulsates n-times now on show/hidePaul Bakaus2008-06-081-2/+2
* renamed source -> uiRichard Worth2008-06-071-0/+56
option value='automated/noid/stable29-update-psalm-baseline'>automated/noid/stable29-update-psalm-baseline Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/package.json
blob: 63ef9e25bc79d5566b38033acf1fc9e27fbe4945 (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
40
{
  "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": {
    "nextcloud-vue": "^0.4.4",
    "v-tooltip": "^2.0.0-rc.33",
    "vue": "^2.5.17",
    "vue-click-outside": "^1.0.7"
  },
  "devDependencies": {
    "css-loader": "^1.0.1",
    "file-loader": "^1.1.11",
    "vue-loader": "^15.4.2",
    "vue-template-compiler": "^2.5.17",
    "webpack": "^4.24.0",
    "webpack-cli": "^3.1.2",
    "webpack-merge": "^4.1.4"
  }
}