UNPKG

mongoku

Version:

MongoDB client for the web. Query your data directly from your browser. You can host it locally, or anywhere else, for you and your team.

41 lines (40 loc) 828 B
{ "name": "mongoku", "version": "1.3.0", "license": "MIT", "author": "Anthony Moi <m.anthony.moi@gmail.com>", "keywords": [ "MongoDB", "administration", "explore", "query" ], "repository": { "type": "git", "url": "https://github.com/huggingface/Mongoku.git" }, "dependencies": { "body-parser": "^1.18.3", "chalk": "^2.4.2", "commander": "^2.19.0", "express": "^4.16.3", "figlet": "^1.2.1", "mongodb": "^3.2.2", "nedb": "^1.8.0" }, "devDependencies": { "@types/commander": "^2.12.2", "@types/express": "^4.16.0", "@types/figlet": "^1.2.0", "@types/mongodb": "^3.1.4", "@types/nedb": "^1.8.5", "@types/node": "^10.7.1" }, "main": "./dist/server.js", "bin": { "mongoku": "./dist/cli.js" }, "files": [ "/dist" ] }