UNPKG

mongo-portable

Version:

Portable Pure JS MongoDB - Based on Monglodb (https://github.com/euforic/monglodb.git) by Christian Sullivan (http://RogueSynaptics.com)

6 lines (4 loc) 180 B
#!/usr/bin/env node const path = require("path"); const pjson = require(path.resolve(__dirname + "/../package.json")); console.log("Version of Mongo Portable: " + pjson.version);