mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "js2xmlparser",
|
|
"description": "Parses JavaScript objects into XML",
|
|
"keywords": [
|
|
"convert",
|
|
"converter",
|
|
"js",
|
|
"json",
|
|
"object",
|
|
"objects",
|
|
"parse",
|
|
"parser",
|
|
"xml"
|
|
],
|
|
"homepage": "http://www.kourlas.net",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Michael Kourlas",
|
|
"email": "michael@kourlas.net"
|
|
},
|
|
"main": "./lib/js2xmlparser.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/michaelkourlas/node-js2xmlparser.git"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"should": "*"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"gitHead": "f6b92bf15695e6436d4bf52393ba104ac46dab56",
|
|
"bugs": {
|
|
"url": "https://github.com/michaelkourlas/node-js2xmlparser/issues"
|
|
},
|
|
"_id": "js2xmlparser@1.0.0",
|
|
"scripts": {},
|
|
"_shasum": "5a170f2e8d6476ce45405e04823242513782fe30",
|
|
"_from": "js2xmlparser@>=1.0.0 <1.1.0",
|
|
"_npmVersion": "2.7.4",
|
|
"_nodeVersion": "0.12.2",
|
|
"_npmUser": {
|
|
"name": "michaelkourlas",
|
|
"email": "michael@kourlas.net"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "michaelkourlas",
|
|
"email": "michaelkourlas@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "5a170f2e8d6476ce45405e04823242513782fe30",
|
|
"tarball": "http://registry.npmjs.org/js2xmlparser/-/js2xmlparser-1.0.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/js2xmlparser/-/js2xmlparser-1.0.0.tgz"
|
|
}
|