debify
Version:
Cross-platform utility for creating DEB-packages
29 lines (28 loc) • 629 B
JSON
{
"name": "debify",
"version": "1.1.0",
"license": "ISC",
"description": "Cross-platform utility for creating DEB-packages",
"author": "windicted",
"keywords": [
"deb",
"debian",
"ubuntu",
"dpkg",
"dpkg-deb",
"debuild"
],
"repository": {
"type": "git",
"url": "https://github.com/windicted/debify.git"
},
"bin": "./debify",
"dependencies": {
"fs-minipass": "^1.2.5",
"klaw-sync": "^3.0.2",
"md5": "^2.2.1",
"resolve-env": "^1.0.0",
"tar": "^4.4.1",
"tmp": "0.0.33"
}
}