summaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 7f0084d2b19bf77a8e6f76afea7e0346f04a0021 (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
{
  "name": "contactsrework",
  "authors": [
    "Hendrik Leppelsack <hendrik@leppelsack.de>"
  ],
  "description": "",
  "main": "",
  "moduleType": [],
  "license": "AGPL",
  "homepage": "",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "core/vendor",
    "test",
    "tests"
  ],
  "dependencies": {
    "angular": "~1.5.0",
    "angular-uuid4": "~0.3.1",
    "angular-cache": "~4.5.0",
    "angular-route": "^1.5.0",
    "vcard": "~0.2.3"
  }
}