nexus-ilegacy
Version:
Tool to import your legacy libraries to Nexus OSS.
51 lines (50 loc) • 1.12 kB
JSON
{
"name": "nexus-ilegacy",
"version": "0.2.0",
"description": "Tool to import your legacy libraries to Nexus OSS.",
"main": "lib/nilegacy.js",
"bin": {
"nilegacy": "bin/nilegacy.js"
},
"scripts": {
"lint": "node_modules/.bin/jshint **.js",
"test": "node_modules/.bin/mocha",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://github.com/mauriciovigolo/nexus-ilegacy.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"Nexus OSS",
"Maven",
"NPM",
"NuGET",
"Import",
"recursive",
"libraries",
"m2"
],
"author": {
"name": "Mauricio Gemelli Vigolo",
"email": "@mauriciovigolo"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mauriciovigolo/nexus-ilegacy/issues"
},
"homepage": "https://github.com/mauriciovigolo/nexus-ilegacy#readme",
"dependencies": {
"chalk": "^1.1.3",
"file-matcher": "^1.1.0",
"moment": "^2.18.1",
"progress": "^1.1.8"
},
"devDependencies": {
"jshint": "^2.9.4",
"mocha": "^3.2.0"
}
}