UNPKG

icongen

Version:
30 lines (29 loc) 554 B
{ "name": "icongen", "version": "0.1.2", "description": "A icon files generator for iOS app.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/xiangpingmeng/icongen.git" }, "keywords": [ "iOS", "icon", "iTunesArtwork", "app", "Xcode" ], "author": "xiangping meng", "license": "ISC", "dependencies": { "commander": "^2.6.0", "lwip": "0.0.6" }, "bin": { "icongen": "index.js" } }