UNPKG

nimn_schema_builder

Version:

Build schema from JS object or JSON to feed into nimnjs

29 lines (28 loc) 755 B
{ "name": "nimn_schema_builder", "version": "2.0.0", "description": "Build schema from JS object or JSON to feed into nimnjs", "main": "builder.js", "scripts": { "bundle": "browserify builder.js -s nimn-schema-builder -o dist/nimn-schema-builder.js" }, "repository": { "type": "git", "url": "git+https://github.com/nimndata/nimnjs-schema-builder.git" }, "keywords": [ "nimn", "nimnjs", "builder", "schema" ], "author": "Amit Gupta (https://github.com/amitguptagwl)", "license": "MIT", "bugs": { "url": "https://github.com/nimndata/nimnjs-schema-builder/issues" }, "homepage": "https://github.com/nimndata/nimnjs-schema-builder#readme", "devDependencies": { "browserify": "^16.1.0" } }