summaryrefslogtreecommitdiffstats
path: root/bower.json
blob: fd16eae04f114c85de37cb4557719ffd4fc12092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "Nextcloud",
  "version": "11 alpha",
  "homepage": "https://www.nextcloud.com",
  "license": "AGPL",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "core/vendor",
    "test",
    "tests"
  ],
  "dependencies": {
    "zxcvbn": "4.4.2"
  }
}