UNPKG

marsdb

Version:

MarsDB is a lightweight client-side MongoDB-like database, Promise based, written in ES6

17 lines (14 loc) 316 B
'use strict'; module.exports = { src: 'lib/**/*', dist: 'dist', build: 'build', browser: { bundleName: 'marsdb.js', bundleMinName: 'marsdb.min.js', bundlePolyfillsName: 'marsdb.polyfills.js', entry: 'index.js', entryTests: 'browser_tests.js', entryPolyfills: 'polyfills.js', } };