{
  "name": "bottle-service",
  "description": "Instant web applications restored from ServiceWorker cache",
  "main": "index.js",
  "version": "1.2.4",
  "files": [
    "dist/*.js"
  ],
  "scripts": {
    "test": "npm run lint",
    "lint": "standard src/*.js",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "build": "cp src/bottle.js dist/ && npm run webpack",
    "webpack": "webpack",
    "deploy": "grunty grunt-gh-pages gh-pages deploy.json",
    "start": "http-server dist -c-1",
    "dev-start": "http-server dist -c-1 -p 3006",
    "commit": "commit-wizard",
    "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
    "issues": "git-issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bahmutov/bottle-service.git"
  },
  "keywords": [
    "service",
    "worker",
    "serviceWorker",
    "cache",
    "hydrate",
    "web",
    "performance"
  ],
  "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bahmutov/bottle-service/issues"
  },
  "homepage": "https://github.com/bahmutov/bottle-service#readme",
  "dependencies": {
    "caches-storage": "1.1.0",
    "http-server": "0.8.5"
  },
  "devDependencies": {
    "git-issues": "1.2.0",
    "grunt": "0.4.5",
    "grunt-gh-pages": "1.0.0",
    "grunty": "0.2.0",
    "pre-git": "3.1.1",
    "semantic-release": "^4.3.5",
    "standard": "5.4.1",
    "webpack": "1.12.9"
  },
  "private": false,
  "config": {
    "pre-git": {
      "commit-msg": [
        "simple"
      ],
      "pre-commit": [
        "npm run lint"
      ],
      "pre-push": [
        "npm run size"
      ],
      "post-commit": [],
      "post-merge": []
    }
  }
}