|
| 1 | +{ |
| 2 | + "name" : "jsonix", |
| 3 | + "version" : "${project.version}", |
| 4 | + "description" : "Jsonix (JSON interfaces for XML) is a JavaScript library which allows converting between XML and JSON structures.", |
| 5 | + "keywords" : [ "json", "xml", "unmarshal", "unmarshalling", "marshal", |
| 6 | + "marshalling", "parse", "parsing", "serialize", "serializing", |
| 7 | + "javascript objects", "dom", "util", "utility", "jaxb", "jsonix" ], |
| 8 | + "homepage" : "http://github.com/highsource/jsonix", |
| 9 | + "bugs" : { |
| 10 | + "url" : "http://github.com/highsource/jsonix/issues", |
| 11 | + |
| 12 | + }, |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "git://github.com/highsource/jsonix.git" |
| 16 | + }, |
| 17 | + "licenses" : [ { |
| 18 | + "type" : "BSD-3-Clause", |
| 19 | + "url" : "http://github.com/highsource/jsonix/raw/master/LICENSE" |
| 20 | + } ], |
| 21 | + "author" : { |
| 22 | + "name" : "Alexey Valikov", |
| 23 | + "url" : "http://confluence.highsource.org" |
| 24 | + }, |
| 25 | + "contributors" : [ { |
| 26 | + "name" : "Conrad Pankoff", |
| 27 | + "url" : "https://github.com/deoxxa" |
| 28 | + } ], |
| 29 | + "main" : "jsonix.js", |
| 30 | + "repository" : { |
| 31 | + "type" : "git", |
| 32 | + "url" : "http://github.com/highsource/jsonix.git" |
| 33 | + }, |
| 34 | + "scripts" : { |
| 35 | + "test" : "nodeunit tests/tests.js" |
| 36 | + }, |
| 37 | + "dependencies" : { |
| 38 | + "amdefine" : ">=0.1.0", |
| 39 | + "xmldom" : "~0.1.19", |
| 40 | + "xmlhttprequest" : "~1.6.0" |
| 41 | + }, |
| 42 | + "devDependencies" : { |
| 43 | + "nodeunit" : "~0.8.6", |
| 44 | + "node-static" : "~0.7.3" |
| 45 | + }, |
| 46 | + "engines" : [ "node >= 0.8.0" ] |
| 47 | +} |
0 commit comments