2016-11-03 01:33:53 +01:00
|
|
|
{
|
|
|
|
"name": "xmlbuilder",
|
2016-11-16 01:59:39 +01:00
|
|
|
"version": "4.2.1",
|
2016-11-03 01:33:53 +01:00
|
|
|
"keywords": [
|
|
|
|
"xml",
|
|
|
|
"xmlbuilder"
|
|
|
|
],
|
|
|
|
"homepage": "http://github.com/oozcitak/xmlbuilder-js",
|
|
|
|
"description": "An XML builder for node.js",
|
|
|
|
"author": "Ozgur Ozcitak <oozcitak@gmail.com>",
|
|
|
|
"contributors": [],
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/oozcitak/xmlbuilder-js.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "http://github.com/oozcitak/xmlbuilder-js/issues"
|
|
|
|
},
|
|
|
|
"main": "./lib/index",
|
|
|
|
"engines": {
|
2016-11-16 01:59:39 +01:00
|
|
|
"node": ">=0.8.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"lodash": "^4.0.0"
|
2016-11-03 01:33:53 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"coffee-script": "*",
|
|
|
|
"mocha": "*",
|
|
|
|
"coffee-coverage": "*",
|
|
|
|
"istanbul": "*",
|
|
|
|
"coveralls": "*"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"prepublish": "coffee -co lib src",
|
|
|
|
"postpublish": "rm -rf lib",
|
|
|
|
"test": "mocha && istanbul report text lcov"
|
|
|
|
}
|
|
|
|
}
|