{ "name": "munge", "version": "0.4.2+2013.02.22", "description": "A JavaScript data munging pipeline based on the MongoDB aggregation framework.", "author": "Rivera Group ", "contributors": [ "Adam Bell ", "Kyle Davis ", "Phil Murray ", "Spencer Rathbun ", "Charles Ezell " ], "main": "./munge.js", "scripts": { "test": "npm_scripts/test/test.sh" }, "repository": { "type": "svn", "url": "http://svn.rcg.local/svn/devrd/eagle6/" }, "keywords": [ "manipulation", "alteration" ], "dependencies": { "stream-utils":"*", "es6-shim":"*", "sift":"*" }, "devDependencies": { "mocha": "*", "jshint": "0.9.1", "visionmedia-jscoverage": "*", "jscheckstyle": "git+https://github.com/RiveraGroup/jscheckstyle.git" }, "license": "AGPL", "private": true, "engine": { "node": ">=0.8" }, "config": { "test_syntax": true, "test_unit": true, "test_coverage": true } }