UNPKG

1.05 kBJSONView Raw
1{
2 "name": "mongodb-topology-manager",
3 "version": "1.0.2",
4 "description": "Localhost MongoDB Topology Management API",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "test": "mocha --compilers js:babel-core/register --recursive"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/christkv/mongodb-topology-manager.git"
15 },
16 "keywords": [
17 "mongodb",
18 "topology",
19 "management",
20 "api"
21 ],
22 "author": "Christian Amor Kvalheim",
23 "license": "Apache-2.0",
24 "bugs": {
25 "url": "https://github.com/christkv/mongodb-topology-manager/issues"
26 },
27 "homepage": "https://github.com/christkv/mongodb-topology-manager",
28 "dependencies": {
29 "babel-core": "^6.2.1",
30 "babel-polyfill": "^6.2.0",
31 "co": "^4.6.0",
32 "es6-promise": "^3.0.2",
33 "kerberos": "0.0.17",
34 "mkdirp": "^0.5.1",
35 "mongodb-core": "^1.2.24",
36 "rimraf": "^2.4.3"
37 },
38 "devDependencies": {
39 "mocha": "^2.3.4",
40 "babel-cli": "^6.2.0",
41 "babel-preset-es2015": "6.1.18"
42 }
43}