forked from geraintluff/tv4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 777 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
{
"name": "tv4",
"version": "1.2.7",
"description": "A public domain JSON Schema validator for JavaScript",
"keywords": [
"json-schema",
"schema",
"validator",
"tv4"
],
"homepage": "https://github.com/geraintluff/tv4#tiny-validator-for-v4-json-schema",
"license": [
{
"type": "Public Domain",
"url": "http://geraintluff.github.io/tv4/LICENSE.txt"
},
{
"type": "MIT",
"url": "http://jsonary.com/LICENSE.txt"
}
],
"main": "tv4.js",
"ignore": [
"*.html",
"*.txt",
"*.min.js",
"*.js.map",
"*.md",
"Gruntfile.js",
"package.json",
"component.json",
"bower.json",
"node_modules",
"test",
"try",
"build",
"dist",
"doc",
"source",
".*"
]
}