package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "taffydb",
  3. "version": "2.7.3",
  4. "description": "TaffyDB is an opensouce library that brings database features into your JavaScript applications.",
  5. "keywords": [
  6. "database", "browser", "json", "collection", "records", "node", "nodejs"
  7. ],
  8. "main": "taffy.js",
  9. "scripts": {
  10. "test": "node_modules/.bin/nodeunit test/t.js"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git://github.com/typicaljoe/taffydb.git"
  15. },
  16. "author": { "name": "Ian Smith" },
  17. "contributors": [
  18. { "name": "Ian Smith" },
  19. { "name": "Todd Chambery",
  20. "email": "todd.chambery@gmail.com"
  21. },
  22. { "name": "Daniel Ruf",
  23. "email": "kontakt@daniel-ruf.de"
  24. },
  25. { "name": "Michael Mikowski",
  26. "email": "mike.mikowski@gmail.com"
  27. },
  28. { "name": "Matthew Chase Whittemore",
  29. "email": "mcwhittemore@gmail.com"
  30. }
  31. ],
  32. "license": "BSD-2-Clause",
  33. "bugs": {
  34. "url": "https://github.com/typicaljoe/taffydb/issues"
  35. },
  36. "homepage": "http://www.taffydb.com",
  37. "dependencies": {},
  38. "devDependencies": {
  39. "jslint": "^0.9.3",
  40. "nodeunit": "^0.9.1",
  41. "nodeunit-b": "^4.0.0",
  42. "node-inspector" : "^0.12.5",
  43. "uglifyjs": "^2.4.10"
  44. }
  45. }