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.

bower.json 259B

1234567891011121314151617
  1. {
  2. "name": "ownCloud",
  3. "version": "8.0 pre alpha",
  4. "homepage": "http://www.owncloud.org",
  5. "license": "AGPL",
  6. "private": true,
  7. "ignore": [
  8. "**/.*",
  9. "node_modules",
  10. "bower_components",
  11. "core/vendor",
  12. "test",
  13. "tests"
  14. ],
  15. "dependencies": {
  16. }
  17. }