UNPKG

marsdb

Version:

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

21 lines (14 loc) 244 B
language: node_js sudo: false install: - npm install -g babel-cli - npm install node_js: - "5.3" - "4.2" - "0.12" cache: directories: - node_modules script: npm test && npm run test_browser after_script: npm run coveralls