UNPKG

djvi

Version:
41 lines (40 loc) 840 B
{ "name": "djvi", "version": "0.0.2", "description": "Json Schema Instance", "main": "lib/djvi.js", "directories": { "test": "test" }, "scripts": { "test": "mocha", "build": "webpack", "docs": "markdox lib/djvi.js" }, "repository": { "type": "git", "url": "git+https://github.com/korzio/djvi.git" }, "keywords": [ "json-schema", "json", "schema", "instantiator", "instantiate", "instance", "dynamic" ], "author": "Alexander Korzhikov <korzio@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/korzio/djvi/issues" }, "homepage": "https://github.com/korzio/djvi#readme", "devDependencies": { "djv": "^0.1.2", "json-schema-test-suite": "0.0.10", "markdox": "^0.1.10", "mocha": "^2.4.5", "webpack": "^1.13.0" } }