auto-icon
Version:
Automatic icon resizing for Reactnative
41 lines (40 loc) • 859 B
JSON
{
"name": "auto-icon",
"version": "0.4.7",
"description": "Automatic icon resizing for Reactnative",
"main": "index.js",
"preferGlobal": true,
"directories": {
"bin": "./bin"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.coding.net/yefengbar/React-Native-Icon.git"
},
"keywords": [
"reactnative",
"icon",
"Automatic"
],
"author": "Yefengbar",
"license": "MIT",
"bugs": {
"url": "https://coding.net/u/yefengbar/p/React-Native-Icon/topic"
},
"homepage": "",
"dependencies": {
"colors": "^0.6.2",
"fs-extra": "^0.30.0",
"imagemagick": "^0.1.3",
"minimist": "^1.2.0",
"q": "^1.0.1",
"underscore": "^1.6.0",
"xml2js": "^0.4.3"
},
"bin": {
"autoicon": "bin/reactnative-icon"
}
}