Repository URL to install this package:
|
Version:
1.60.0 ▾
|
{
"name": "xmlbuilder",
"version": "0.4.3",
"keywords": [ "xml", "xmlbuilder" ],
"homepage": "http://github.com/oozcitak/xmlbuilder-js",
"description": "An XML builder for node.js",
"author": "Ozgur Ozcitak <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.2.0"
},
"devDependencies": {
"coffee-script": "1.1.x"
},
"scripts": {
"prepublish": "make release",
"postpublish": "make clean",
"test": "make test"
}
}