UNPKG

alamid-schema

Version:

Extendable mongoose-like schemas for node.js and the browser

11 lines (8 loc) 142 B
language: node_js node_js: - "0.12" - "4" - "6" script: - npm test before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi