summaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 7f31f762752a450d03c96e2d59a221142b25948c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "ownCloud",
  "version": "8.0 pre alpha",
  "homepage": "https://www.owncloud.org",
  "license": "AGPL",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "core/vendor",
    "test",
    "tests"
  ],
  "dependencies": {
    "handlebars": "1.3.0",
    "jquery": "~1.10.0",
    "moment": "~2.8.3"
  }
}