package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "mungedb-aggregate",
  3. "version": "2.4.0-rc0",
  4. "description": "A JavaScript data aggregation pipeline based on the MongoDB aggregation framework.",
  5. "author": "Rivera Group <support@riverainc.com>",
  6. "contributors": [
  7. "Adam Bell <ABell@riverainc.com>",
  8. "Charles Ezell <CEzell@riverainc.com>",
  9. "Jared Hall <JHall@riverainc.com>",
  10. "Kyle Davis <KDavis@riverainc.com>",
  11. "Phil Murray <PMurray@riverainc.com>",
  12. "Phil Murray <PMurray@riverainc.com>",
  13. "Spencer Rathbun <SRathbun@riverainc.com>"
  14. ],
  15. "main": "./mungedb-aggregate.js",
  16. "scripts": {
  17. "test": "npm_scripts/test/test.sh"
  18. },
  19. "repository": {
  20. "url": "git+https://github.com/RiveraGroup/mungedb-aggregate.git#master"
  21. },
  22. "keywords": [
  23. "aggregation",
  24. "manipulation",
  25. "alteration"
  26. ],
  27. "dependencies": {
  28. "sift": "*",
  29. "async": "*"
  30. },
  31. "devDependencies": {
  32. "mocha": "*",
  33. "jshint": "*",
  34. "jscoverage": "*",
  35. "jscheckstyle": "*"
  36. },
  37. "license": "AGPL",
  38. "private": true,
  39. "engine": {
  40. "node": ">=0.8"
  41. },
  42. "config": {}
  43. }