UNPKG

offshore-schema

Version:
40 lines (39 loc) 886 B
{ "name": "offshore-schema", "description": "The core schema builder used in the offshore ORM.", "version": "0.1.0", "contributors": [ { "name": "Alexandre Tiertant", "github": "https://github.com/atiertant" } ], "dependencies": { "lodash": "4.17.4" }, "devDependencies": { "mocha": "3.2.0" }, "keywords": [ "orm", "offshore" ], "repository": "git://github.com/Atlantis-Software/offshore-schema.git", "homepage": "http://github.com/Atlantis-Software/offshore-schema", "main": "lib/offshore-schema.js", "scripts": { "test": "make test" }, "engines": { "node": "*" }, "licenses": [ { "type": "MIT", "url": "https://github.com/Atlantis-Software/offshore-schema/blob/master/LICENSE.md" } ], "bugs": { "url": "https://github.com/Atlantis-Software/offshore-schema/issues/new" } }