UNPKG

mongopatch

Version:
50 lines (49 loc) 1.2 kB
{ "name": "mongopatch", "version": "0.8.5", "repository": "git://github.com/e-conomic/mongopatch.git", "description": "MongoDB patching tool", "main": "./source/index.js", "scripts": { "test": "_mocha", "test-cli": "MONGOPATCH_TEST_OUTPUT=true _mocha ./test/integration/cli --reporter min", "coverage": "istanbul cover _mocha -- --reporter min" }, "dependencies": { "mongojs": "~0.13.1", "stream-wrapper": "~0.1.2", "async": "~0.9.0", "optimist": "~0.6.1", "bson": "~0.2.11", "flat": "~1.2.1", "parallel-transform": "~0.2.2", "semver": "~3.0.1", "xtend": "~4.0.0", "camelize": "~0.1.2", "ansi-stripper": "0.0.1", "colors": "~0.6.2", "traverse": "~0.6.6", "speedometer": "~0.1.3", "moment": "~2.8.1", "json-stable-stringify": "1.0.0" }, "devDependencies": { "mocha": ">=1.15.1", "chai": ">=1.8.1", "sinon": ">=1.7.3", "sinon-chai": ">=2.4.0", "mocha-jshint": ">=0.0.7", "istanbul": ">=0.2.1", "once": ">=1.3.0", "win-spawn": ">=2.0.0" }, "bin": { "mongopatch": "./bin/mongopatch.js" }, "license": "MIT", "keywords": [ "mongodb", "patch", "cli" ] }