UNPKG

mongopatch

Version:
58 lines (57 loc) 1.39 kB
{ "name": "mongopatch", "version": "2.0.2", "repository": "git://github.com/debitoor/mongopatch.git", "description": "MongoDB patching tool", "main": "./source/index.js", "scripts": { "test-cli": "MONGOPATCH_TEST_OUTPUT=true mocha ./test/integration/cli --reporter min", "test": "istanbul cover _mocha", "coveralls": "cat ./coverage/lcov.info | coveralls" }, "dependencies": { "ansi-stripper": "0.0.1", "async": "2.0.1", "bson": "0.5.5", "camelize": "1.0.0", "colors": "1.1.2", "flat": "2.0.1", "json-stable-stringify": "1.0.1", "moment": "2.19.3", "mongojs": "2.5.0", "optimist": "0.6.1", "parallel-transform": "1.0.0", "semver": "5.3.0", "speedometer": "1.0.0", "stream-wrapper": "0.1.2", "traverse": "0.6.6", "xtend": "4.0.1" }, "devDependencies": { "@debitoor/eslint-config-debitoor": "2.2.0", "@debitoor/mocha-strict-dependencies": "1.1.0", "chai": "3.5.0", "chai-pretty-expect": "1.0.1", "coveralls": "3.0.1", "cross-spawn": "4.0.0", "istanbul": "0.4.5", "mocha": "5.1.1", "mocha-eslint": "4.1.0", "once": "1.4.0", "sinon": "1.17.6", "sinon-chai": "2.8.0" }, "bin": { "mongopatch": "./bin/mongopatch.js" }, "license": "MIT", "keywords": [ "mongodb", "patch", "cli" ], "files": [ "bin", "source" ] }