forked from JamesMessinger/json-schema-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
46 lines (46 loc) · 925 Bytes
/
bower.json
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "json-schema-lib",
"description": "Extensible JSON Schema library with support for multi-file schemas using $ref",
"keywords": [
"json",
"schema",
"reference",
"pointer",
"jsonschema",
"json-schema",
"json-reference",
"json-pointer",
"$ref",
"resolve",
"dereference",
"bundle",
"validate"
],
"authors": [
{
"name": "James Messinger",
"homepage": "http://bigstickcarpet.com"
}
],
"license": "MIT",
"homepage": "https://github.com/BigstickCarpet/json-schema-lib",
"repository": {
"type": "git",
"url": "https://github.com/BigstickCarpet/json-schema-lib.git"
},
"main": "dist/json-schema-lib.js",
"ignore": [
"/bower_components",
"/dist/*.test.js",
"/docs",
"/lib",
"/test",
"/.*",
"/*.js",
"/*.json",
"/*.txt",
"/*.yml"
],
"dependencies": {},
"devDependencies": {}
}