{
  "name": "capacitor-resources",
  "version": "2.0.5",
  "description": "Generates icon & splash screen for capacitor projects using javascript only.",
  "main": "index.js",
  "preferGlobal": true,
  "bin": {
    "capacitor-resources": "./bin/capacitor-resources"
  },
  "scripts": {
    "capacitor-resources": "cross-env CAPACITOR_RESOURCES_STAGE=development node bin/capacitor-resources"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/leopq/capacitor-resources.git"
  },
  "keywords": [
    "capacitor",
    "resources",
    "icon",
    "splash",
    "splashscreen",
    "generator",
    "cli",
    "tool"
  ],
  "author": {
    "name": "Leonardo Quevedo",
    "email": "lpachecoquevedo@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/leopq/capacitor-resources/issues"
  },
  "homepage": "https://github.com/leopq/capacitor-resources",
  "dependencies": {
    "@babel/core": "^7.7.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.7.4",
    "@babel/polyfill": "^7.7.0",
    "@babel/preset-env": "^7.7.4",
    "@babel/register": "^7.7.4",
    "bluebird": "^3.7.2",
    "colors": "^1.4.0",
    "commander": "^4.0.1",
    "cross-env": "^6.0.3",
    "fs-extra": "^8.1.0",
    "gauge": "^2.7.4",
    "jimp": "^0.9.3",
    "klaw-sync": "^6.0.0",
    "lodash": "^4.17.15",
    "shelljs": "^0.8.3"
  },
  "contributors": [
    {
      "name": "leopq",
      "email": "lpachecoquevedo@gmail.com"
    }
  ]
}
