win-schema
Version:
WIN module that handles all things schema related! Schema validation, schema loading, schema remote loads, etc etc etc
27 lines (26 loc) • 607 B
JSON
{
"name": "win-schema",
"version": "0.0.5-7",
"description": " WIN module that handles all things schema related! Schema validation, schema loading, schema remote loads, etc etc etc",
"keywords": [
"WIN",
"evolution",
"iec",
"neat"
],
"repo": "OptimusLime/win-schema",
"remotes": [
"https://raw.github.com",
"https://raw.githubusercontent.com"
],
"scripts": [
"lib/addSchema.js",
"lib/schemaSpec.js",
"lib/win-schema.js"
],
"main": "lib/win-schema.js",
"dependencies": {
"optimuslime/traverse": "master",
"geraintluff/tv4": "v1.1.4"
}
}