blob: 35fb8d00f059d1b4bf0ec3b569b2ccbe68f0c49b [file] [log] [blame]
{
"name": "xmlbuilder",
"version": "2.2.1",
"keywords": [
"xml",
"xmlbuilder"
],
"homepage": "http://github.com/oozcitak/xmlbuilder-js",
"description": "An XML builder for node.js",
"author": {
"name": "Ozgur Ozcitak",
"email": "oozcitak@gmail.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"repository": {
"type": "git",
"url": "git://github.com/oozcitak/xmlbuilder-js.git"
},
"bugs": {
"url": "http://github.com/oozcitak/xmlbuilder-js/issues"
},
"main": "./lib/index",
"engines": {
"node": "0.8.x || 0.10.x"
},
"dependencies": {
"lodash-node": "~2.4.1"
},
"devDependencies": {
"coffee-script": "~1.6.3",
"vows": "*",
"memwatch": "*"
},
"scripts": {
"prepublish": "coffee -co lib/ src/*.coffee",
"postpublish": "rm -rf lib",
"test": "vows test/*"
},
"_id": "xmlbuilder@2.2.1",
"dist": {
"shasum": "9326430f130d87435d4c4086643aa2926e105a32",
"tarball": "http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-2.2.1.tgz"
},
"_from": "xmlbuilder@2.2.1",
"_npmVersion": "1.4.6",
"_npmUser": {
"name": "oozcitak",
"email": "oozcitak@gmail.com"
},
"maintainers": [
{
"name": "oozcitak",
"email": "oozcitak@gmail.com"
}
],
"directories": {},
"_shasum": "9326430f130d87435d4c4086643aa2926e105a32",
"_resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-2.2.1.tgz",
"readme": "ERROR: No README data found!"
}