UNPKG

959 BJSONView Raw
1{
2 "name": "mongodb-download-url",
3 "version": "0.6.0",
4 "description": "Lookup download URL's for MongoDB versions.",
5 "scripts": {
6 "test": "mocha"
7 },
8 "bin": {
9 "mongodb-download-url": "bin/mongodb-download-url.js"
10 },
11 "check": {
12 "ignore": [
13 "coverage/{*,**/*}"
14 ]
15 },
16 "precommit": [
17 "check",
18 "test"
19 ],
20 "dependencies": {
21 "async": "^3.1.0",
22 "debug": "^4.1.1",
23 "lodash.defaults": "^4.0.0",
24 "minimist": "^1.2.0",
25 "mongodb-version-list": "^1.0.0",
26 "request": "^2.65.0",
27 "semver": "^7.1.1"
28 },
29 "devDependencies": {
30 "mocha": "^7.0.0",
31 "sinon": "^8.0.4"
32 },
33 "keywords": [
34 "mongodb",
35 "mongodb.js"
36 ],
37 "repository": {
38 "type": "git",
39 "url": "http://github.com/mongodb-js/download-url.git"
40 },
41 "author": "Lucas Hrabovsky <hrabovsky.lucas@gmail.com> (http://imlucas.com)",
42 "license": "Apache-2.0",
43 "homepage": "http://github.com/mongodb-js/download-url"
44}