bower.json 529 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "waterline",
  3. "homepage": "https://github.com/balderdashy/waterline",
  4. "authors": [
  5. "Cody Stoltman <@particlebanana>",
  6. "Mike McNeil <@mikermcneil>"
  7. ],
  8. "description": "JavaScript ORM for the browser and Node.js",
  9. "main": ".dist/waterline.min.js",
  10. "keywords": [
  11. "orm",
  12. "models",
  13. "collections",
  14. "mvc",
  15. "sails"
  16. ],
  17. "license": "MIT",
  18. "ignore": [
  19. "**/.*",
  20. "example",
  21. "lib",
  22. "package.json",
  23. "node_modules",
  24. "bower_components",
  25. "test",
  26. "tests"
  27. ]
  28. }