UNPKG

alamid-schema

Version:

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

46 lines (45 loc) 1.02 kB
{ "name": "alamid-schema", "version": "1.1.0", "description": "Extendable mongoose-like schemas for node.js and the browser", "main": "lib/Schema.js", "scripts": { "test": "mocha -R spec", "posttest": "npm run lint", "lint": "eslint --fix examples lib plugins test" }, "repository": { "type": "git", "url": "git://github.com/peerigon/alamid-schema.git" }, "engines": { "node": ">=0.11" }, "keywords": [ "schema", "object", "validate", "json", "mongoose", "model", "validation", "alamid" ], "author": "peerigon <developers@peerigon.com>", "license": "MIT", "bugs": { "url": "https://github.com/peerigon/alamid-schema/issues" }, "homepage": "https://github.com/peerigon/alamid-schema", "dependencies": { "value": "^0.3.0" }, "devDependencies": { "chai": "^3.0.0", "chai-as-promised": "^5.1.0", "chai-spies": "^0.7.0", "eslint": "^2.9.0", "eslint-config-peerigon": "^4.0.0", "mocha": "^2.2.5" } }