changeexe
Version:
Change the icon and versioninfo of executable files using resource hacker
37 lines (36 loc) • 803 B
JSON
{
"name": "changeexe",
"version": "1.0.3",
"description": "Change the icon and versioninfo of executable files using resource hacker",
"main": "index.js",
"scripts": {
"postinstall": "node dlResHack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"resource",
"hacker",
"icon",
"executable",
"metadata",
"version",
"info",
"change",
"edit",
"fast",
"easy"
],
"author": "Simon Smith",
"repository": {
"type": "git",
"url": "https://github.com/si458/changeexe.git"
},
"bugs": {
"url": "https://github.com/si458/changeexe/issues"
},
"homepage": "https://github.com/si458/changeexe",
"license": "MIT",
"dependencies": {
"adm-zip": "^0.5.10"
}
}