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

25 lines
522 B
JSON

{
"name": "schemajs",
"description": "validate objects (including http request params) agains a schema. includes express middleware",
"version": "0.1.3",
"author": "eleith",
"contributors": [],
"repository":
{
"type": "git",
"url": "http://github.com/eleith/schemajs.git"
},
"devDependencies": {
"tap": ">= 0.0.13"
},
"dependencies":
{
"underscore": ">= 1.1.7"
},
"engine": ["node >= 0.4.8"],
"main": "schema",
"scripts": {
"test" : "tap test/*.js"
}
}