{
    "name": "@easy_it/cordova-res-generator",
    "version": "0.0.2",
    "description": "Generates icon & splash screen for cordova/ionic projects using javascript only.",
    "main": "index.js",
    "preferGlobal": true,
    "bin": {
        "crgen": "./bin/crgen",
        "cordova-res-generator": "./bin/cordova-res-generator"
    },
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "git://github.com/easy-linux/cordova-res-generator.git"
    },
    "keywords": [
        "cordova",
        "ionic",
        "phonegap",
        "icon",
        "splash",
        "splashscreen",
        "generator",
        "cli",
        "tool"
    ],
    "author": {
        "name": "Olivab",
        "email": "olivabdev@gmail.com"
    },
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/easy-linux/cordova-res-generator/issues"
    },
    "homepage": "https://github.com/easy-linux/cordova-res-generator",
    "dependencies": {
        "bluebird": "^3.5.1",
        "colors": "^1.1.2",
        "commander": "^2.12.2",
        "fs-extra": "^4.0.2",
        "jimp": "^0.2.28",
        "lodash": "^4.17.4",
        "gauge": "^2.7.4"
    },
    "contributors": [
        {
            "name": "easy-linux",
            "email": "its.easy.linux@gmail.com"
        }
    ]
}
