UNPKG

nexus-deployer

Version:

Deploy artifacts with classifiers to release/snapshot maven repository.

54 lines (53 loc) 1.23 kB
{ "name": "nexus-deployer", "description": "Deploy artifacts with classifiers to release/snapshot maven repository.", "version": "0.1.8", "homepage": "https://github.com/cthorne66/nexus-deployer", "repository": { "type": "git", "url": "http://git@github.com/cthorne66/nexus-deployer.git" }, "bugs": { "url": "https://github.com/cthorne66/nexus-deployer/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/cthorne66/nexus-deployer/blob/master/LICENSE-MIT" } ], "scripts": { "test": "grunt test" }, "dependencies": { "async": "0.9.0", "chalk": "^1.1.0", "dateformat": "1.0.11", "ejs": "~2.3.1", "extend": "^3.0.0", "fs": "0.0.2", "mkdirp": "^0.5.1", "path": "^0.12.7" }, "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": "Chris Thorne", "license": "MIT" }