package.json 973 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "mungedb-aggregate",
  3. "version": "0.5.7+2013.09.23",
  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. "async": "*"
  26. },
  27. "devDependencies": {
  28. "mocha": "*",
  29. "jshint": "*",
  30. "jscoverage": "*",
  31. "jscheckstyle": "*"
  32. },
  33. "license": "AGPL",
  34. "private": true,
  35. "engine": {
  36. "node": ">=0.8"
  37. },
  38. "config": {}
  39. }