Initial commit
[yaffs-website] / node_modules / json-schema / package.json
1 {
2   "_args": [
3     [
4       "json-schema@0.2.3",
5       "/var/www/yaffs/node_modules/jsprim"
6     ]
7   ],
8   "_from": "json-schema@0.2.3",
9   "_id": "json-schema@0.2.3",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/json-schema",
13   "_nodeVersion": "6.1.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/json-schema-0.2.3.tgz_1473699189380_0.7420965158380568"
17   },
18   "_npmUser": {
19     "email": "kriszyp@gmail.com",
20     "name": "kriszyp"
21   },
22   "_npmVersion": "3.8.9",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "json-schema",
26     "raw": "json-schema@0.2.3",
27     "rawSpec": "0.2.3",
28     "scope": null,
29     "spec": "0.2.3",
30     "type": "version"
31   },
32   "_requiredBy": [
33     "/jsprim"
34   ],
35   "_resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
36   "_shasum": "b480c892e59a2f05954ce727bd3f2a4e882f9e13",
37   "_shrinkwrap": null,
38   "_spec": "json-schema@0.2.3",
39   "_where": "/var/www/yaffs/node_modules/jsprim",
40   "author": {
41     "name": "Kris Zyp"
42   },
43   "bugs": {
44     "url": "https://github.com/kriszyp/json-schema/issues"
45   },
46   "dependencies": {},
47   "description": "JSON Schema validation and specifications",
48   "devDependencies": {
49     "vows": "*"
50   },
51   "directories": {
52     "lib": "./lib"
53   },
54   "dist": {
55     "shasum": "b480c892e59a2f05954ce727bd3f2a4e882f9e13",
56     "tarball": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz"
57   },
58   "gitHead": "07ae2c618b5f581dbc108e065f4f95dcf0a1d85f",
59   "homepage": "https://github.com/kriszyp/json-schema#readme",
60   "keywords": [
61     "json",
62     "schema"
63   ],
64   "licenses": [
65     {
66       "type": "AFLv2.1",
67       "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
68     },
69     {
70       "type": "BSD",
71       "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
72     }
73   ],
74   "main": "./lib/validate.js",
75   "maintainers": [
76     {
77       "name": "kriszyp",
78       "email": "kriszyp@gmail.com"
79     }
80   ],
81   "name": "json-schema",
82   "optionalDependencies": {},
83   "readme": "ERROR: No README data found!",
84   "repository": {
85     "type": "git",
86     "url": "git+ssh://git@github.com/kriszyp/json-schema.git"
87   },
88   "scripts": {
89     "test": "echo TESTS DISABLED vows --spec test/*.js"
90   },
91   "version": "0.2.3"
92 }