12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "munge",
- "version": "0.4.4+2013.03.22",
- "description": "A JavaScript data munging 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": {
- "type": "svn",
- "url": "http://svn.rcg.local/svn/devrd/eagle6/"
- },
- "keywords": [
- "manipulation",
- "alteration"
- ],
- "dependencies": {
- "stream-utils": "*",
- "es6-shim": "*",
- "sift": "*"
- },
- "devDependencies": {
- "mocha": "*",
- "jshint": "*",
- "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
- }
- }
|