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.

24 lines
417 B

9 years ago
  1. {
  2. "name": "spreed",
  3. "authors": [
  4. "Christoph Wurst <christoph@winzerhof-wurst.at>"
  5. ],
  6. "description": "",
  7. "main": "",
  8. "license": "AGPLv3",
  9. "homepage": "",
  10. "private": true,
  11. "ignore": [
  12. "**/.*",
  13. "node_modules",
  14. "bower_components",
  15. "core/vendor",
  16. "test",
  17. "tests"
  18. ],
  19. "dependencies": {
  20. "backbone": "1.2.3",
  21. "backbone.marionette": "3.0.0",
  22. "jquery": "^2.0"
  23. }
  24. }