|
| 1 | +{ |
| 2 | + "name" : "jsonix-schema-compiler", |
| 3 | + "version" : "${project.version}", |
| 4 | + "description" : "Jsonix Schema Compiler generates Jsonix mappings from XML Schemas", |
| 5 | + "keywords" : [ |
| 6 | + "json", "xml", "unmarshal", "unmarshalling", "marshal", |
| 7 | + "marshalling", "parse", "parsing", "serialize", "serializing", |
| 8 | + "javascript objects", "dom", "util", "utility", "jaxb", |
| 9 | + "jsonix", "jsonix-schema-compiler", |
| 10 | + "xs", "xsd", "xml schema", "wsdl", "dtd", "relax ng", "relaxng", "relax ng compact", "relaxng compact" |
| 11 | + ], |
| 12 | + "homepage" : "https://github.com/highsource/jsonix-schema-compiler", |
| 13 | + "bugs" : { |
| 14 | + "url" : "http://github.com/highsource/jsonix-schema-compiler/issues" |
| 15 | + }, |
| 16 | + "repository": { |
| 17 | + "type": "git", |
| 18 | + "url": "git://github.com/highsource/jsonix-schema-compiler.git" |
| 19 | + }, |
| 20 | + "licenses" : [ { |
| 21 | + "type" : "BSD-3-Clause", |
| 22 | + "url" : "http://github.com/highsource/jsonix-schema-compiler/raw/master/LICENSE" |
| 23 | + } ], |
| 24 | + "author" : { |
| 25 | + "name" : "Alexey Valikov", |
| 26 | + "url" : "http://github.com/highsource" |
| 27 | + }, |
| 28 | + "contributors" : [ { |
| 29 | + "name" : "Conrad Pankoff", |
| 30 | + "url" : "https://github.com/deoxxa" |
| 31 | + } ], |
| 32 | + "main" : "jsonix-schema-compiler.js", |
| 33 | + "repository" : { |
| 34 | + "type" : "git", |
| 35 | + "url" : "http://github.com/highsource/jsonix-schema-compiler.git" |
| 36 | + } |
| 37 | +} |
0 commit comments