selenium
This commit is contained in:
39
node_modules/xmlbuilder/package.json
generated
vendored
Normal file
39
node_modules/xmlbuilder/package.json
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "xmlbuilder",
|
||||
"version": "4.0.0",
|
||||
"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": "^3.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coffee-script": "*",
|
||||
"mocha": "*",
|
||||
"coffee-coverage": "*",
|
||||
"istanbul": "*",
|
||||
"coveralls": "*"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "coffee -co lib src",
|
||||
"postpublish": "rm -rf lib",
|
||||
"test": "mocha && istanbul report text lcov"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user