You cannot 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/bower.json

19 lines
300 B
JSON

{
"name": "Nextcloud",
"version": "11 alpha",
"homepage": "https://www.nextcloud.com",
"license": "AGPL",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"core/vendor",
"test",
"tests"
],
"dependencies": {
"zxcvbn": "4.4.2"
}
}