package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "mungedb-aggregate",
  3. "version": "0.4.7+2013.05.06",
  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. "Kyle Davis <KDavis@riverainc.com>",
  9. "Phil Murray <PMurray@riverainc.com>",
  10. "Spencer Rathbun <SRathbun@riverainc.com>",
  11. "Charles Ezell <CEzell@riverainc.com>"
  12. ],
  13. "main": "./mungedb-aggregate.js",
  14. "scripts": {
  15. "test": "npm_scripts/test/test.sh"
  16. },
  17. "repository": {
  18. "url": "git+https://source.rd.rcg.local/git/private/mungedb-aggregate.git#develop"
  19. },
  20. "keywords": [
  21. "manipulation",
  22. "alteration"
  23. ],
  24. "dependencies": {
  25. "stream-utils": "*",
  26. "es6-shim": "*",
  27. "sift": "*",
  28. "async":"*"
  29. },
  30. "devDependencies": {
  31. "mocha": "*",
  32. "jshint": "*",
  33. "jscoverage": "*",
  34. "jscheckstyle": "*"
  35. },
  36. "license": "AGPL",
  37. "private": true,
  38. "engine": {
  39. "node": ">=0.8"
  40. },
  41. "config": {}
  42. }