wallet-core/node_modules/xmlbuilder/package.json

40 lines
871 B
JSON
Raw Normal View History

2016-11-03 01:33:53 +01:00
{
"name": "xmlbuilder",
"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": {
"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"
}
}