mnpkg
Version:
Downloader and installer of deb package by download link
33 lines (32 loc) • 612 B
JSON
{
"name": "mnpkg",
"version": "0.0.12",
"description": "Downloader and installer of deb package by download link",
"main": "./index.js",
"keywords": [
"deb",
"package",
"deb package",
"downloader",
"installer",
"link",
"url",
"cli"
],
"bin": {
"mnpkg": "./index.js"
},
"author": {
"name": "Amir Absalyamov",
"email": "mr.amirka@ya.ru",
"url": "https://github.com/mr-amirka"
},
"repository": {
"type": "git",
"url": "https://github.com/mr-amirka/mnpkg.git"
},
"license": "MIT",
"dependencies": {
"commander": "^2.18.0"
}
}