This repository has been archived on 2020-11-15. You can view files and clone it, but cannot push or open issues or pull requests.
schemajs/package.json

19 lines
422 B
JSON
Raw Normal View History

2011-09-23 21:58:47 +00:00
{
"name": "schemajs",
2011-09-24 19:07:45 +00:00
"description": "validate objects (including http request params) agains a schema. includes express middleware",
2011-09-24 20:52:03 +00:00
"version": "0.1.3",
2011-09-23 21:58:47 +00:00
"author": "eleith",
"contributors": [],
"repository":
{
"type": "git",
"url": "http://github.com/eleith/schemajs.git"
},
2011-09-24 17:29:48 +00:00
"dependencies":
{
"underscore": ">= 1.1.7"
},
"engine": ["node >= 0.4.8"],
2011-09-23 21:58:47 +00:00
"main": "schema"
}