{
  "name": "pwabuilder",
  "version": "2.0.3-rc.1",
  "description": "Node.js Tool for App Generation",
  "repository": {
    "type": "git",
    "url": "https://github.com/manifoldjs/ManifoldJS.git"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "engineStrict": true,
  "author": {
    "name": "TBD",
    "email": "TBD",
    "url": "TBD"
  },
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/manifoldjs/ManifoldJS/blob/master/LICENSE.txt"
    }
  ],
  "keywords": [
    "convert manifest",
    "manifest",
    "W3C",
    "Firefox OS",
    "Windows 10",
    "Chrome OS",
    "Android",
    "iOS"
  ],
  "dependencies": {
    "commander": "^2.9.0",
    "pwabuilder-cordova": "^2.0.0-rc.3",
    "pwabuilder-edgeextension": "^2.0.0-rc",
    "pwabuilder-lib": "^2.0.4-RC.2",
    "pwabuilder-web": "^2.0.0-rc.3",
    "pwabuilder-windows10": "^2.0.4-rc.4",
    "q": "^1.4.1"
  },
  "devDependencies": {
    "blanket": "1.1.6",
    "grunt": "^1.0.3",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-jshint": "^2.0.0",
    "grunt-contrib-nodeunit": "^2.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-mocha-test": "^0.12.7",
    "grunt-sync": "^0.6.2",
    "jshint-stylish": "^1.0.0",
    "jshint-teamcity": "^1.0.6",
    "load-grunt-tasks": "^4.0.0",
    "mocha": "^5.2.0",
    "mocha-teamcity-reporter": "0.0.4",
    "should": "^5.0.1",
    "time-grunt": "^1.0.0",
    "travis-cov": "^0.2.5"
  },
  "scripts": {
    "test": "grunt",
    "debug-tests": "mocha --debug-brk",
    "setup": "npm install && npm-install-peers"
  },
  "bin": "pwabuilder.js",
  "config": {
    "travis-cov": {
      "threshold": 80
    }
  },
  "bugs": {
    "url": "https://github.com/manifoldjs/ManifoldJS/issues"
  },
  "homepage": "https://github.com/manifoldjs/ManifoldJS"
}
