mvn-deploy-file
Version:
A wrapper for mvn deploy:deploy-file for quickly pushing files to a Nexus repository.
47 lines (46 loc) • 1.06 kB
JSON
{
"name": "mvn-deploy-file",
"version": "1.0.1",
"description": "A wrapper for mvn deploy:deploy-file for quickly pushing files to a Nexus repository.",
"main": "index.js",
"scripts": {
"test": "faucet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/majgis/mvn-deploy-file.git"
},
"keywords": [
"mvn",
"deploy",
"deploy-file"
],
"author": "Michael Jackson <mjackson@overstock.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/majgis/mvn-deploy-file/issues"
},
"homepage": "https://github.com/majgis/mvn-deploy-file#readme",
"dependencies": {
"async": "^1.5.0",
"extend": "^3.0.0",
"findup": "^0.1.5",
"glob": "^6.0.2",
"jsonfile": "^2.2.3",
"minimist": "^1.2.0",
"osenv": "^0.1.3",
"async-args": "~1.4.3"
},
"bin": {
"mvn-deploy-file": "bin/mvn-deploy-file.js"
},
"mvn-deploy-file": {
"release": {
"groupId": "com.overstock.test"
}
},
"devDependencies": {
"faucet": "0.0.1",
"tape": "^4.4.0"
}
}