12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "mungedb-aggregate",
- "version": "0.5.4+2013.08.12",
- "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://source.rd.rcg.local/git/private/mungedb-aggregate.git#develop"
- },
- "keywords": [
- "manipulation",
- "alteration"
- ],
- "dependencies": {
- "sift": "*",
- "async": "*"
- },
- "devDependencies": {
- "mocha": "*",
- "jshint": "*",
- "jscoverage": "*",
- "jscheckstyle": "*"
- },
- "license": "AGPL",
- "private": true,
- "engine": {
- "node": ">=0.8"
- },
- "config": {}
- }
|