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

16 lines
319 B
JSON
Raw Normal View History

2011-09-23 21:58:47 +00:00
{
"name": "schemajs",
"description": "extensible object validator",
"version": "0.1",
"author": "eleith",
"contributors": [],
"repository":
{
"type": "git",
"url": "http://github.com/eleith/schemajs.git"
},
"dependencies": {},
"engine": ["node >= 0.3.8"],
"main": "schema"
}