@lyra-network/nexus-deployer
Version:
Deploy artifacts with classifiers to release/snapshot maven repository.
55 lines (54 loc) • 1.25 kB
JSON
{
"name": "@lyra-network/nexus-deployer",
"description": "Deploy artifacts with classifiers to release/snapshot maven repository.",
"version": "0.1.15",
"homepage": "https://github.com/lyra/nexus-deployer",
"repository": {
"type": "git",
"url": "git+https://github.com/lyra/nexus-deployer.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/lyra/nexus-deployer/blob/master/LICENSE-MIT"
}
],
"scripts": {
"test": "grunt test --stack"
},
"dependencies": {
"async": "3.2.0",
"chalk": "4.1.0",
"dateformat": "4.5.1",
"ejs": "3.1.6",
"extend": "3.0.2",
"fs": "0.0.2",
"mkdirp": "1.0.4",
"path": "0.12.7",
"request": "2.88.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-env": "^0.4.4",
"grunt-mocha-test": "^0.12.7",
"load-grunt-tasks": "^3.4.1",
"mocha": "^2.4.5",
"should": "^8.3.0"
},
"keywords": [
"nexus",
"maven",
"deployer"
],
"main": "index.js",
"directories": {
"test": "test"
},
"author": "Damien Guérin",
"license": "MIT",
"bugs": {
"url": "https://github.com/lyra/nexus-deployer/issues"
}
}