package.json 1003 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "author": {
  3. "name": "Ian Smith"
  4. },
  5. "contributors": [
  6. {
  7. "name": "Ian Smith"
  8. },
  9. {
  10. "name": "Todd Chambery",
  11. "email": "todd.chambery@gmail.com"
  12. },
  13. {
  14. "name": "Daniel Ruf",
  15. "email": "kontakt@daniel-ruf.de"
  16. },
  17. {
  18. "name": "Michael Mikowski",
  19. "email": "mmikowski@snaplogic.com"
  20. },
  21. {
  22. "name": "Matthew Chase Whittemore",
  23. "email": "mcwhittemore@gmail.com"
  24. }
  25. ],
  26. "name": "taffydb",
  27. "main": "./taffy",
  28. "description": "TaffyDB is an opensouce library that brings database features into your JavaScript applications.",
  29. "version": "2.6.2",
  30. "homepage": "http://taffydb.com/",
  31. "repository": {
  32. "type": "git",
  33. "url": "git://github.com/typicaljoe/taffydb.git"
  34. },
  35. "dependencies": {},
  36. "devDependencies": {},
  37. "maintainers": [
  38. {
  39. "name": "chambery",
  40. "email": "todd.chambery@gmail.com"
  41. },
  42. {
  43. "name": "mcwhittemore",
  44. "email": "mcwhittemore@gmail.com"
  45. }
  46. ]
  47. }