94 lines
3.7 KiB
JSON
94 lines
3.7 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.5.0",
|
|
"author": "Marek Kubica <[email protected]> (https://xivilization.net)",
|
|
"contributors": [
|
|
"maqr <[email protected]> (https://github.com/maqr)",
|
|
"Ben Weaver (http://benweaver.com/)",
|
|
"Jae Kwon (https://github.com/jaekwon)",
|
|
"Jim Robert",
|
|
"Ștefan Rusu (http://www.saltwaterc.eu/)",
|
|
"Carter Cole <[email protected]> (http://cartercole.com/)",
|
|
"Kurt Raschke <[email protected]> (http://www.kurtraschke.com/)",
|
|
"Contra <[email protected]> (https://github.com/Contra)",
|
|
"Marcelo Diniz <[email protected]> (https://github.com/mdiniz)",
|
|
"Michael Hart (https://github.com/mhart)",
|
|
"Zachary Scott <[email protected]> (http://zacharyscott.net/)",
|
|
"Raoul Millais (https://github.com/raoulmillais)",
|
|
"Salsita Software (http://www.salsitasoft.com/)",
|
|
"Mike Schilling <[email protected]> (http://www.emotive.com/)",
|
|
"Jackson Tian <[email protected]> (http://weibo.com/shyvo)",
|
|
"Mikhail Zyatin <[email protected]> (https://github.com/Sitin)",
|
|
"Chris Tavares <[email protected]> (https://github.com/christav)",
|
|
"Frank Xu <[email protected]> (http://f2e.us/)",
|
|
"Guido D'Albore <[email protected]> (http://www.bitstorm.it/)",
|
|
"Jack Senechal (http://jacksenechal.com/)",
|
|
"Matthias Hölzl <[email protected]> (https://github.com/hoelzl)",
|
|
"Camille Reynders <[email protected]> (http://www.creynders.be/)",
|
|
"Taylor Gautier (https://github.com/tsgautier)",
|
|
"Todd Bryan (https://github.com/toddrbryan)",
|
|
"Leore Avidar <[email protected]> (http://leoreavidar.com/)",
|
|
"Dave Aitken <[email protected]> (http://www.actionshrimp.com/)",
|
|
"Shaney Orrowe <[email protected]>",
|
|
"Candle <[email protected]>",
|
|
"Jess Telford <[email protected]> (http://jes.st)",
|
|
"Tom Hughes <<[email protected]> (http://compton.nu/)",
|
|
"Piotr Rochala (http://rocha.la/)",
|
|
"Michael Avila (https://github.com/michaelavila)",
|
|
"Ryan Gahl (https://github.com/ryedin)",
|
|
"Eric Laberge <[email protected]> (https://github.com/elaberge)",
|
|
"Benjamin E. Coe <[email protected]> (https://twitter.com/benjamincoe)",
|
|
"Stephen Cresswell (https://github.com/cressie176)",
|
|
"Pascal Ehlert <[email protected]> (http://www.hacksrus.net/)",
|
|
"Tom Spencer <[email protected]> (http://fiznool.com/)",
|
|
"Tristian Flanagan <[email protected]> (https://github.com/tflanagan)",
|
|
"Tim Johns <[email protected]> (https://github.com/TimJohns)",
|
|
"Bogdan Chadkin <[email protected]> (https://github.com/TrySound)",
|
|
"David Wood <[email protected]> (http://codesleuth.co.uk/)",
|
|
"Nicolas Maquet (https://github.com/nmaquet)",
|
|
"Lovell Fuller (http://lovell.info/)",
|
|
"d3adc0d3 (https://github.com/d3adc0d3)",
|
|
"James Crosby (https://github.com/autopulated)"
|
|
],
|
|
"main": "./lib/xml2js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"scripts": {
|
|
"build": "cake build",
|
|
"test": "zap",
|
|
"coverage": "nyc npm test && nyc report",
|
|
"coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls",
|
|
"doc": "cake doc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Leonidas-from-XIV/node-xml2js.git"
|
|
},
|
|
"dependencies": {
|
|
"sax": ">=0.6.0",
|
|
"xmlbuilder": "~11.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"coffee-script": ">=1.10.0",
|
|
"coveralls": "^3.0.1",
|
|
"diff": ">=1.0.8",
|
|
"docco": ">=0.6.2",
|
|
"nyc": ">=2.2.1",
|
|
"zap": ">=0.2.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|