browseify
Version:
A icon files generator for iOS app.
30 lines (29 loc) • 558 B
JSON
{
"name": "browseify",
"version": "0.1.1",
"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": {
"browseify": "index.js"
}
}