forked from highsource/w3c-schemas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
64 lines (64 loc) · 1.04 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "w3c-schemas",
"homepage": "https://github.com/highsource/w3c-schemas",
"authors": [
"Alexey Valikov"
],
"description": "Jsonix mappings for W3C Schemas.",
"main": [
"scripts/lib/Atom_1_0.js",
"scripts/lib/WS_Addr_1_0_Core.js",
"scripts/lib/XHTML_1_0_Strict.js",
"scripts/lib/XLink_1_0.js",
"scripts/lib/XSD_1_0.js"
],
"keywords" : [
"json",
"xml",
"unmarshal",
"unmarshalling",
"marshal",
"marshalling",
"parse",
"parsing",
"serialize",
"serializing",
"javascript",
"objects",
"dom",
"util",
"utility",
"jaxb",
"jsonix",
"mapping",
"atom",
"ws-addr",
"ws-addressing",
"ws addressing",
"xhtml",
"xlink",
"xmlschema",
"xml schema",
"xsd"
],
"license": "BSD-3-Clause",
"ignore": [ "**/.*",
"atom",
"schema-parent",
"schemas",
"scripts/node_modules",
"scripts/src",
"scripts/target",
"scripts/tests",
"scripts/mnpm.bat",
"scripts/pom.xml",
"ws-addr",
"xhtml",
"xlink",
"XMLSchema",
"full-build-1.6.bat",
"pom.xml",
"qrelease.bat",
"release.bat"
]
}