UNPKG

1.58 kBJSONView Raw
1{
2 "name": "mongodb-version-manager",
3 "version": "1.1.2",
4 "description": "Install and manage multiple versions of MongoDB",
5 "repository": {
6 "type": "git",
7 "url": "git://github.com/mongodb-js/version-manager.git"
8 },
9 "homepage": "https://github.com/mongodb-js/version-manager",
10 "bin": {
11 "mongodb-version-manager": "bin/mongodb-version-manager.js",
12 "m": "bin/m.js"
13 },
14 "scripts": {
15 "fmt": "mongodb-js-fmt lib/*.js test/*.js",
16 "check": "mongodb-js-precommit",
17 "test": "DEBUG=mon* mocha",
18 "ci": "npm run check && npm run coverage",
19 "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec ./test/*.test.js"
20 },
21 "check": {
22 "ignore": [
23 "coverage/{*,**/*}"
24 ]
25 },
26 "precommit": [
27 "check"
28 ],
29 "devDependencies": {
30 "coveralls": "^2.11.4",
31 "eslint-config-mongodb-js": "^2.2.0",
32 "istanbul": "^0.4.0",
33 "lodash.defaults": "^4.0.1",
34 "mocha": "^3.1.2",
35 "mongodb-js-fmt": "0.0.3",
36 "mongodb-js-precommit": "^0.3.0",
37 "pre-commit": "^1.1.2",
38 "which": "^1.2.0"
39 },
40 "dependencies": {
41 "ampersand-state": "^5.0.1",
42 "async": "^2.1.2",
43 "chalk": "^2.1.0",
44 "debug": "^3.0.1",
45 "docopt": "^0.6.2",
46 "download": "^6.2.5",
47 "figures": "^2.0.0",
48 "fs-extra": "^4.0.2",
49 "get-mongodb-version": "^1.0.0",
50 "lodash.defaults": "^4.2.0",
51 "lodash.difference": "^4.1.1",
52 "mongodb-download-url": "^0.3.0",
53 "mongodb-version-list": "^1.0.0",
54 "semver": "^5.3.0",
55 "tildify": "^1.2.0",
56 "untildify": "^3.0.2"
57 },
58 "license": "Apache-2.0"
59}