33 lines
672 B
JSON
33 lines
672 B
JSON
{
|
|
"name": "xmlreader",
|
|
"description": "node library to read xml the easy way",
|
|
"version": "0.2.3",
|
|
"author": {
|
|
"name": "Sam Decrock",
|
|
"url": "https://github.com/SamDecrock/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/SamDecrock/node-xmlreader/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/SamDecrock/node-xmlreader.git"
|
|
},
|
|
"main": "./xmlreader",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://www.opensource.org/licenses/mit-license.php"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"sax": "~0.5.2"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "notejs",
|
|
"url": "https://github.com/notejs"
|
|
}
|
|
]
|
|
}
|