UNPKG

json-valid

Version:

A json model validate kit for NodeJS

34 lines (33 loc) 802 B
{ "name" : "json-valid", "version" : "0.0.4", "description" : "A json model validate kit for NodeJS", "main" : "./validate.js", "scripts" : { "test" : "echo \"Error: no test specified\" && exit 1" }, "keywords" : [ "NodeJS", "JSON", "Data", "Model", "Validate" ], "author" : { "name" : "Ricky Tan", "email" : "ricky.tan.xin@gmail.com", "url" : "http://rickytan.cn" }, "license" : { "type" : "mit" }, "dependencies" : { "debug" : "^2.2.0", "underscore" : "^1.8.3" }, "directories" : { "test" : "test" }, "repository" : { "type" : "git", "url" : "https://github.com/rickytan/json-valid.git" }, "bugs" : { "url" : "https://github.com/rickytan/json-valid/issues" }, "homepage" : "https://github.com/rickytan/json-valid" }