nextcloud/bower.json

36 rivejä
852 B
JSON
Raaka Normaali näkymä Historia

{
2014-11-04 12:22:15 +01:00
"name": "ownCloud",
"version": "8.2 pre alpha",
2014-11-04 12:22:15 +01:00
"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",
2014-11-05 21:44:31 +01:00
"jcrop": "~0.9.12",
2014-11-04 12:51:29 +01:00
"jquery": "~1.10.0",
2015-06-09 09:14:42 +02:00
"jquery-migrate": "~1.2.1",
"jquery-ui": "1.10.0",
2014-12-01 10:35:58 +01:00
"jsTimezoneDetect": "~1.0.5",
2015-07-22 16:10:40 +02:00
"moment": "~2.10.0",
"select2": "~3.4.8",
2014-11-05 23:19:11 +01:00
"zxcvbn": "*",
"snapjs": "~2.0.0-rc1",
"strengthify": "0.4.2",
2015-07-22 15:58:48 +02:00
"underscore": "~1.8.0",
2015-11-30 14:11:09 +01:00
"bootstrap": "~3.3.6",
2015-11-30 14:08:19 +01:00
"backbone": "~1.2.3",
"davclient.js": "https://github.com/evert/davclient.js.git",
2015-12-14 17:48:30 +01:00
"es6-promise": "https://github.com/jakearchibald/es6-promise.git#~2.3.0",
"base64": "~0.3.0"
2014-11-04 12:22:15 +01:00
}
}