UNPKG

1.06 kBJSONView Raw
1{
2 "name": "mongopatch",
3 "version": "0.7.1",
4 "repository": "git://github.com/e-conomic/mongopatch.git",
5 "description": "MongoDB patching tool",
6 "main": "./source/index.js",
7 "scripts": {
8 "test": "_mocha",
9 "test-cli": "MONGOPATCH_TEST_OUTPUT=true _mocha ./test/integration/cli --reporter min",
10 "coverage": "istanbul cover _mocha -- --reporter min"
11 },
12 "dependencies": {
13 "mongojs": "~0.9.11",
14 "stream-wrapper": "~0.1.2",
15 "async": "~0.2.9",
16 "optimist": "~0.6.0",
17 "bson": "~0.2.3",
18 "flat": "~1.0.0",
19 "parallel-transform": "~0.2.2",
20 "semver": "~2.2.1",
21 "xtend": "~2.1.1",
22 "camelize": "~0.1.2",
23 "ansi-stripper": "0.0.1",
24 "colors": "~0.6.2",
25 "traverse": "~0.6.6",
26 "speedometer": "~0.1.2",
27 "moment": "~2.5.0"
28 },
29 "devDependencies": {
30 "mocha": ">=1.15.1",
31 "chai": ">=1.8.1",
32 "sinon": ">=1.7.3",
33 "sinon-chai": ">=2.4.0",
34 "mocha-jshint": ">=0.0.7",
35 "istanbul": ">=0.2.1",
36 "once": ">=1.3.0"
37 },
38 "bin": {
39 "mongopatch": "./bin/mongopatch.js"
40 }
41}