You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud-server/bower.json

21 lines
356 B

{
10 years ago
"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": {
10 years ago
"handlebars": "1.3.0",
"jquery": "~1.10.0",
10 years ago
"moment": "~2.8.3"
}
}