package.json (1747B)
1 { 2 "_from": "json-schema@0.2.3", 3 "_id": "json-schema@0.2.3", 4 "_inBundle": false, 5 "_integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", 6 "_location": "/json-schema", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "version", 10 "registry": true, 11 "raw": "json-schema@0.2.3", 12 "name": "json-schema", 13 "escapedName": "json-schema", 14 "rawSpec": "0.2.3", 15 "saveSpec": null, 16 "fetchSpec": "0.2.3" 17 }, 18 "_requiredBy": [ 19 "/jsprim" 20 ], 21 "_resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", 22 "_shasum": "b480c892e59a2f05954ce727bd3f2a4e882f9e13", 23 "_spec": "json-schema@0.2.3", 24 "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/jsprim", 25 "author": { 26 "name": "Kris Zyp" 27 }, 28 "bugs": { 29 "url": "https://github.com/kriszyp/json-schema/issues" 30 }, 31 "bundleDependencies": false, 32 "deprecated": false, 33 "description": "JSON Schema validation and specifications", 34 "devDependencies": { 35 "vows": "*" 36 }, 37 "directories": { 38 "lib": "./lib" 39 }, 40 "homepage": "https://github.com/kriszyp/json-schema#readme", 41 "keywords": [ 42 "json", 43 "schema" 44 ], 45 "licenses": [ 46 { 47 "type": "AFLv2.1", 48 "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43" 49 }, 50 { 51 "type": "BSD", 52 "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13" 53 } 54 ], 55 "main": "./lib/validate.js", 56 "maintainers": [ 57 { 58 "name": "Kris Zyp", 59 "email": "kriszyp@gmail.com" 60 } 61 ], 62 "name": "json-schema", 63 "repository": { 64 "type": "git", 65 "url": "git+ssh://git@github.com/kriszyp/json-schema.git" 66 }, 67 "scripts": { 68 "test": "echo TESTS DISABLED vows --spec test/*.js" 69 }, 70 "version": "0.2.3" 71 }