UNPKG

mongo-sql

Version:

A mongo-like interface for sql generation, postgres-style

29 lines (28 loc) 545 B
{ "name": "mongo-sql", "version": "6.2.0", "description": "A mongo-like interface for sql generation, postgres-style", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "./node_modules/.bin/mocha -R spec" }, "repository": { "type": "git", "url": "git://github.com/goodybag/mongo-sql.git" }, "keywords": [ "postgres", "postgresql", "node-pg", "mongo", "sql" ], "author": "John Fawcett", "license": "BSD", "devDependencies": { "mocha": "~5.2.0" } }