package.json 990 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "mungedb-aggregate",
  3. "version": "v0.2.2+2015-Q1",
  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://stash.rd.rcg.local/scm/eagle6/mungedb-aggregate.git#master"
  19. },
  20. "keywords": [
  21. "manipulation",
  22. "alteration"
  23. ],
  24. "dependencies": {
  25. "sift": "0.5.6",
  26. "async": "*"
  27. },
  28. "devDependencies": {
  29. "mocha": "*",
  30. "jshint": "*",
  31. "jscoverage": "0.3.8",
  32. "jscheckstyle": "*"
  33. },
  34. "license": "AGPL",
  35. "private": true,
  36. "engine": {
  37. "node": ">=0.8"
  38. },
  39. "config": {}
  40. }