Spaces:
Sleeping
Sleeping
{ | |
"name" : "JSV", | |
"version" : "4.0.2", | |
"description" : "A JavaScript implementation of a extendable, fully compliant JSON Schema validator.", | |
"homepage" : "http://github.com/garycourt/JSV", | |
"author" : "Gary Court <gary.court@gmail.com>", | |
"licenses" : [ | |
{ | |
"type" : "FreeBSD", | |
"url" : "http://github.com/garycourt/JSV/raw/master/jsv.js" | |
} | |
], | |
"maintainers" : [ | |
{ | |
"name" : "Gary Court", | |
"email" : "gary.court@gmail.com" | |
} | |
], | |
"bugs" : { | |
"mail" : "gary.court@gmail.com", | |
"web" : "http://github.com/garycourt/JSV/issues" | |
}, | |
"repositories" : [ | |
{ | |
"type" : "git", | |
"url" : "git://github.com/garycourt/JSV.git" | |
} | |
], | |
"dependencies" : [], | |
"main" : "lib/jsv.js", | |
"keywords" : ["json", "schema", "validator"] | |
} | |