{
  "name": "@pwa/manifest",
  "version": "1.1.0",
  "description": "Create a Web Manifest for Progressive Web App with a variety of options",
  "license": "MIT",
  "repository": "ragingwind/pwa-manifest",
  "author": {
    "name": "ragingwind",
    "email": "ragingwind@gmail.com",
    "url": "ragingwind.html"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "files": [
    "index.js",
    "assets"
  ],
  "keywords": [
    "pwa",
    "manifest",
    "Progressive Web App",
    "Web Manifest"
  ],
  "dependencies": {
    "ansi-styles": "^3.1.0",
    "decamelize-keys": "^1.1.0",
    "inquirer": "^3.1.1",
    "is-css-color-hex": "^0.2.0",
    "is-css-color-name": "^0.1.3",
    "is-url-superb": "^2.0.0",
    "load-json-file": "^2.0.0",
    "object-assign": "^4.1.1",
    "read-pkg-up": "^2.0.0",
    "url-regex": "^4.1.1",
    "write-json-file": "^2.2.0"
  },
  "devDependencies": {
    "ava": "^0.19.1",
    "deep-equal": "^1.0.1",
    "http-server": "^0.10.0",
    "os-tmpdir": "^1.0.2",
    "xo": "^0.18.2"
  },
  "xo": {
    "rules": {
      "camelcase": 0
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
