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

26 lines
586 B
JSON

{
"name": "schemajs",
"description": "validate objects (including http request params) against a schema. includes express middleware",
"version": "0.1.14",
"author": "eleith",
"contributors": ["andychilton"],
"repository":
{
"type": "git",
"url": "http://github.com/eleith/schemajs.git"
},
"devDependencies": {
"mocha": ">= 1.0.3",
"chai": ">= 1.0.3"
},
"dependencies":
{
"underscore": ">= 1.1.7"
},
"engine": ["node >= 0.4.8"],
"main": "schema",
"scripts": {
"test" : "mocha -R spec test/*.js"
}
}