UNPKG

@kev_nz/minimongo

Version:

My fork of minimongo to not use jQuery, Client-side mongo database with server sync over http

52 lines (51 loc) 1.2 kB
{ "name": "@kev_nz/minimongo", "version": "3.3.0", "description": "My fork of minimongo to not use jQuery, Client-side mongo database with server sync over http", "main": "index.js", "scripts": { "test": "testem ci", "prepublish": "gulp" }, "repository": { "type": "git", "url": "https://github.com/kevnz/minimongo.git" }, "keywords": [ "mongodb", "mongo", "minimongo", "IndexedDb", "WebSQL", "storage" ], "author": "Kevin Isom", "license": "LGPLv3", "bugs": { "url": "https://github.com/kevnz/minimongo/issues" }, "homepage": "https://github.com/kevnz/minimongo", "devDependencies": { "browserify": "^3.29.1", "chai": "~1.9.0", "coffee-script": "~1.6.3", "coffeeify": "~0.6.0", "glob": "^3.2.9", "gulp": "^3.8.11", "gulp-coffee": "^1.4.2", "gulp-rename": "^1.2.0", "gulp-uglify": "^0.3.1", "gulp-util": "^2.2.14", "sinon": "~1.8.2", "testem": "~0.6.7", "vinyl-buffer": "0.0.0", "vinyl-source-stream": "^0.1.1" }, "dependencies": { "async": "^0.8.0", "bowser": "^0.7.1", "idb-wrapper": "^1.4.1", "lodash": "~2.4.1", "whatwg-fetch": "^0.9.0" } }