-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponent.json
More file actions
36 lines (35 loc) · 780 Bytes
/
component.json
File metadata and controls
36 lines (35 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "json-schema-valid",
"repo": "ericgj/json-schema-valid",
"description": "JSON Schema validator",
"version": "0.1.9",
"keywords": [],
"dependencies": {
"ericgj/json-schema-core": "*",
"component/type": "*",
"component/indexof": "*",
"component/each": "*",
"component/to-function": "*",
"forbeslindesay/is-browser": "*"
},
"development": {
"timoxley/assert": "*",
"ericgj/json-schema-hyper": "*"
},
"license": "MIT",
"main": "index.js",
"scripts": [
"index.js",
"validate.js",
"context.js",
"deepequal.js",
"type/object.js",
"type/array.js",
"type/string.js",
"type/numeric.js",
"type/enum.js",
"format/regex.js",
"format/js-function.js",
"format/non-blank.js"
]
}