{
  "name": "pwa-manifest-cli",
  "version": "1.3.1",
  "description": "Cli for Creating a Web Manifest for Progressive Web App with interactive mode",
  "license": "MIT",
  "repository": "ragingwind/pwa-manifest-cli",
  "author": {
    "name": "ragingwind",
    "email": "ragingwind@gmail.com",
    "url": "ragingwind.me"
  },
  "bin": {
    "pwa-manifest": "cli.js"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "xo src/*.js test*.js && npm run babel && ava",
    "babel": "babel src --out-dir . --presets=es2015 && chmod +x cli.js",
    "prepublish": "npm run babel"
  },
  "files": [
    "cli.js",
    "pwa-inquirer.js",
    "assets"
  ],
  "keywords": [
    "pwa",
    "manifest",
    "Progressive Web App",
    "Web Manifest",
    "cli"
  ],
  "dependencies": {
    "afile": "^0.3.2",
    "ansi-styles": "^2.2.1",
    "babel-polyfill": "^6.9.1",
    "decamelize": "^1.2.0",
    "filter-obj": "^1.1.0",
    "got": "^6.3.0",
    "image-size": "^0.5.0",
    "inquirer": "^0.12.0",
    "map-obj": "^1.0.1",
    "meow": "^3.7.0",
    "mkdirp": "^0.5.1",
    "os-random-tmpdir": "^0.1.0",
    "pwa-manifest": "^0.1.3",
    "read-pkg": "^1.1.0",
    "square-image": "^0.0.6",
    "to-ico": "^1.1.3"
  },
  "devDependencies": {
    "ava": "^0.18.2",
    "babel-cli": "^6.6.5",
    "babel-preset-es2015": "^6.6.0",
    "cpy": "^4.0.0",
    "dargs": "^4.1.0",
    "execa": "^0.2.2",
    "image-size": "^0.5.0",
    "xo": "^0.12.1"
  },
  "xo": {
    "rules": {
      "camelcase": 0
    }
  }
}
