ti-icon-overlay
Version:
Small script to add build number to your app icon. It can make your QA happy.
34 lines (33 loc) • 708 B
JSON
{
"name": "ti-icon-overlay",
"version": "0.1.4",
"description": "Small script to add build number to your app icon. It can make your QA happy.",
"main": "ti-icon-overlay",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"titanium",
"appicon",
"imagemagick",
"overlay",
"build",
"number",
"version",
"number"
],
"repository": {
"type": "git",
"url": "git://github.com/artanisdesign/ti-icon-overlay.git"
},
"author": "Gergely Cziva - Artanis",
"license": "ISC",
"dependencies": {
"glob": "^5.0.3",
"gm": "^1.17.0"
},
"bin": {
"ti-icon-overlay": "index.js"
},
"preferGlobal": "true"
}