nextcloud/bower.json

39 lines
931 B
JSON
Raw Normal View History

{
2016-09-16 16:27:56 +03:00
"name": "Nextcloud",
"version": "11 alpha",
"homepage": "https://www.nextcloud.com",
2014-11-04 14:22:15 +03:00
"license": "AGPL",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"core/vendor",
"test",
"tests"
],
"dependencies": {
"autosize": "^4.0.0",
"backbone": "~1.2.3",
"base64": "~0.3.0",
"blueimp-md5": "^2.7.0",
"bootstrap": "~3.3.6",
"clipboard": "1.7.1",
"davclient.js": "https://github.com/evert/davclient.js.git#0.1.2",
"es6-promise": "https://github.com/jakearchibald/es6-promise.git#~2.3.0",
2016-09-16 16:27:56 +03:00
"handlebars": "^4.0.5",
2014-11-05 23:44:31 +03:00
"jcrop": "~0.9.12",
"jquery": "~2.2.0",
"jquery-migrate": "~1.4.0",
"jquery-ui": "1.10.0",
2014-12-01 12:35:58 +03:00
"jsTimezoneDetect": "~1.0.5",
"marked": "^0.3.6",
2016-09-14 14:21:38 +03:00
"moment": "^2.15.0",
"select2": "~3.4.8",
"snapjs": "~2.0.0-rc1",
"strengthify": "^0.5.5",
2015-07-22 16:58:48 +03:00
"underscore": "~1.8.0",
"zxcvbn": "*"
2014-11-04 14:22:15 +03:00
}
}