win-schema
Version:
WIN module that handles all things schema related! Schema validation, schema loading, schema remote loads, etc etc etc
28 lines (27 loc) • 589 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"
],
"repository": {
"url": "https://github.com/OptimusLime/win-schema",
"type": "git"
},
"main": "lib/win-schema.js",
"dependencies": {
"optimuslime-traverse": "*",
"tv4": "1.1.4"
},
"devDependencies": {
"colors": "*",
"q": "*",
"should": "*",
"mocha": "*",
"win-backbone": "*"
}
}