blob: e51721fe30387021c1cfe412f451bd7eb29d6a51 [file] [log] [blame]
{
"_from": "json-schema@0.2.2",
"_id": "json-schema@0.2.2",
"_location": "/npm/request/http-signature/jsprim/json-schema",
"_npmUser": {
"email": "kriszyp@gmail.com",
"name": "kriszyp"
},
"_npmVersion": "1.1.59",
"_phantomChildren": {},
"_requiredBy": [
"/npm/request/http-signature/jsprim"
],
"_resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz",
"_shasum": "50354f19f603917c695f70b85afa77c3b0f23506",
"_shrinkwrap": null,
"author": {
"name": "Kris Zyp"
},
"bugs": {
"url": "https://github.com/kriszyp/json-schema/issues"
},
"dependencies": {},
"description": "JSON Schema validation and specifications",
"devDependencies": {
"vows": "*"
},
"directories": {
"lib": "./lib"
},
"dist": {
"shasum": "50354f19f603917c695f70b85afa77c3b0f23506",
"tarball": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.2.tgz"
},
"homepage": "https://github.com/kriszyp/json-schema#readme",
"keywords": [
"json",
"schema"
],
"licenses": [
{
"type": "AFLv2.1",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
},
{
"type": "BSD",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
}
],
"main": "./lib/validate.js",
"maintainers": [
{
"email": "kriszyp@gmail.com",
"name": "kriszyp"
}
],
"name": "json-schema",
"optionalDependencies": {},
"readme": "JSON Schema is a repository for the JSON Schema specification, reference schemas and a CommonJS implementation of JSON Schema (not the only JavaScript implementation of JSON Schema, JSV is another excellent JavaScript validator).\r\n\r\nCode is licensed under the AFL or BSD license as part of the Persevere \r\nproject which is administered under the Dojo foundation,\r\nand all contributions require a Dojo CLA.",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kriszyp/json-schema.git"
},
"scripts": {
"test": "echo TESTS DISABLED vows --spec test/*.js"
},
"version": "0.2.2"
}