mirror of
https://github.com/sstent/node.git
synced 2026-01-26 15:12:37 +00:00
101 lines
2.1 KiB
JSON
101 lines
2.1 KiB
JSON
{
|
|
"name": "xml2js",
|
|
"description": "Simple XML to JavaScript object converter.",
|
|
"keywords": [
|
|
"xml",
|
|
"json"
|
|
],
|
|
"homepage": "https://github.com/Leonidas-from-XIV/node-xml2js",
|
|
"version": "0.1.14",
|
|
"author": {
|
|
"name": "Marek Kubica",
|
|
"email": "marek@xivilization.net",
|
|
"url": "http://xivilization.net"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "maqr",
|
|
"email": "maqr.lollerskates@gmail.com",
|
|
"url": "https://github.com/maqr"
|
|
},
|
|
{
|
|
"name": "Ben Weaver",
|
|
"url": "http://benweaver.com/"
|
|
},
|
|
{
|
|
"name": "Jae Kwon",
|
|
"url": "https://github.com/jaekwon"
|
|
},
|
|
{
|
|
"name": "Jim Robert"
|
|
},
|
|
{
|
|
"name": "Ștefan Rusu",
|
|
"url": "http://www.saltwaterc.eu/"
|
|
},
|
|
{
|
|
"name": "Carter Cole",
|
|
"email": "carter.cole@cartercole.com",
|
|
"url": "http://cartercole.com/"
|
|
},
|
|
{
|
|
"name": "Kurt Raschke",
|
|
"email": "kurt@kurtraschke.com",
|
|
"url": "http://www.kurtraschke.com/"
|
|
},
|
|
{
|
|
"name": "Contra",
|
|
"email": "contra@australia.edu",
|
|
"url": "https://github.com/Contra"
|
|
},
|
|
{
|
|
"name": "Marcelo Diniz",
|
|
"email": "marudiniz@gmail.com",
|
|
"url": "https://github.com/mdiniz"
|
|
},
|
|
{
|
|
"name": "Michael Hart",
|
|
"url": "https://github.com/mhart"
|
|
},
|
|
{
|
|
"name": "Zachary Scott",
|
|
"email": "zachary@zacharyscott.net",
|
|
"url": "http://zacharyscott.net/"
|
|
},
|
|
{
|
|
"name": "Raoul Millais",
|
|
"url": "https://github.com/raoulmillais"
|
|
},
|
|
{
|
|
"name": "Salsita Software",
|
|
"url": "http://www.salsitasoft.com/"
|
|
}
|
|
],
|
|
"main": "./lib/xml2js",
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Leonidas-from-XIV/node-xml2js.git"
|
|
},
|
|
"dependencies": {
|
|
"sax": ">=0.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"coffee-script": ">=1.0.1",
|
|
"zap": ">=0.2.3",
|
|
"docco": ">=0.3.0"
|
|
},
|
|
"_id": "xml2js@0.1.14",
|
|
"optionalDependencies": {},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"_engineSupported": true,
|
|
"_npmVersion": "1.1.21",
|
|
"_nodeVersion": "v0.6.18",
|
|
"_defaultsLoaded": true,
|
|
"_from": "xml2js"
|
|
}
|