https://github.com/owncloud/core
Raw File
Tip revision: 6f4931a085bcd26346bdfdf7c5a6f832df78d473 authored by Daniel Molkentin on 18 July 2016, 17:36:15 UTC
ownCloud Server 9.0.4
Tip revision: 6f4931a
bower.json
{
  "name": "ownCloud",
  "version": "8.2 pre alpha",
  "homepage": "https://www.owncloud.org",
  "license": "AGPL",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "core/vendor",
    "test",
    "tests"
  ],
  "dependencies": {
    "blueimp-md5": "~1.1.0",
    "handlebars": "~1.3.0",
    "jcrop": "~0.9.12",
    "jquery": "~1.10.0",
    "jquery-migrate": "~1.2.1",
    "jquery-ui": "1.10.0",
    "jsTimezoneDetect": "~1.0.5",
    "moment": "~2.10.0",
    "select2": "~3.4.8",
    "zxcvbn": "*",
    "snapjs": "~2.0.0-rc1",
    "strengthify": "0.4.2",
    "underscore": "~1.8.0",
    "bootstrap": "~3.3.6",
    "backbone": "~1.2.3",
    "davclient.js": "https://github.com/evert/davclient.js.git",
    "es6-promise": "https://github.com/jakearchibald/es6-promise.git#~2.3.0",
    "base64": "~0.3.0"
  }
}
back to top