12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "mungedb-aggregate",
- "version": "v0.2.2+2015-Q1",
- "description": "A JavaScript data aggregation pipeline based on the MongoDB aggregation framework.",
- "author": "Rivera Group <support@riverainc.com>",
- "contributors": [
- "Adam Bell <ABell@riverainc.com>",
- "Kyle Davis <KDavis@riverainc.com>",
- "Phil Murray <PMurray@riverainc.com>",
- "Spencer Rathbun <SRathbun@riverainc.com>",
- "Charles Ezell <CEzell@riverainc.com>"
- ],
- "main": "./mungedb-aggregate.js",
- "scripts": {
- "test": "npm_scripts/test/test.sh"
- },
- "repository": {
- "url": "git+https://stash.rd.rcg.local/scm/eagle6/mungedb-aggregate.git#master"
- },
- "keywords": [
- "manipulation",
- "alteration"
- ],
- "dependencies": {
- "sift": "0.5.6",
- "async": "*"
- },
- "devDependencies": {
- "mocha": "*",
- "jshint": "*",
- "jscoverage": "0.3.8",
- "jscheckstyle": "*"
- },
- "license": "AGPL",
- "private": true,
- "engine": {
- "node": ">=0.8"
- },
- "config": {}
- }
|