-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathbower.json
More file actions
17 lines (17 loc) · 743 Bytes
/
bower.json
File metadata and controls
17 lines (17 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "jsonix",
"version": "3.0.1-SNAPSHOT",
"homepage": "https://github.com/highsource/jsonix",
"authors": [
"Alexey Valikov"
],
"description": "Jsonix (JSON interfaces for XML) is a JavaScript library which allows converting between XML and JSON structures.",
"main": "dist/Jsonix-all.js",
"keywords" : [ "json", "xml", "unmarshal", "unmarshalling", "marshal",
"marshalling", "parse", "parsing", "serialize", "serializing",
"javascript objects", "dom", "util", "utility", "jaxb", "jsonix" ],
"license": "BSD-3-Clause",
"ignore": [ "**/.*", "tests", "README.md", "node_modules", "compiler", "demos",
"docs", "fiddles", "formats", "full", "misc", "nodejs", "pom.xml",
"release.bat", "samples", "scripts", "src" ]
}