{
  "name": "fastatic",
  "version": "0.1.3",
  "description": "Speed up your static site",
  "bin": {
    "fastatic": "./bin/fastatic"
  },
  "main": "index.js",
  "engines": {
    "node": "6.x"
  },
  "scripts": {
    "examples": "run-s examples:*",
    "examples:microsoft": "./bin/fastatic examples/microsoft.github.io-master/ --dest build/examples/microsoft/",
    "examples:react": "./bin/fastatic examples/react-gh-pages/ --dest build/examples/react/",
    "examples:bootstrap": "./bin/fastatic examples/bootstrap-gh-pages/ --dest build/examples/bootstrap/",
    "examples:nodejs": "./bin/fastatic examples/nodejs/ --dest build/examples/nodejs/",
    "postexamples:react": "node ./scripts/replace-react-paths.js",
    "build": "run-s examples build:readme build:readme build:examples-index",
    "build:readme": "marked README.md -o 'build/index.html'",
    "build:examples-index": "marked examples/README.md -o 'build/examples/index.html'",
    "build:travis": "run-s build",
    "postbuild:travis": "node ./scripts/replace-react-paths-travis.js",
    "start": "http-server 'build/' -i -p 3278",
    "fastatic:help": "./bin/fastatic --help",
    "fastatic:version": "./bin/fastatic --version",
    "ngrok": "ngrok http 3278",
    "test": "eslint index.js /lib /bin",
    "changelog": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file --output-unreleased",
    "commit": "git-cz",
    "preversion": "npm test",
    "version": "npm run changelog && git add .",
    "postversion": "git commit -m \"chore(version): v$npm_package_version\n$(conventional-changelog --preset angular)\" && git tag -a v$npm_package_version -m \"$(conventional-changelog --preset angular)\""
  },
  "keywords": [
    "optimization",
    "static"
  ],
  "author": "De Voorhoede (https://voorhoede.nl/)",
  "homepage": "https://github.com/voorhoede/fastatic#readme",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/voorhoede/fastatic"
  },
  "bugs": {
    "url": "https://github.com/voorhoede/fastatic/issues"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "devDependencies": {
    "commitizen": "2.8.6",
    "conventional-changelog-cli": "1.2.0",
    "cz-conventional-changelog": "1.2.0",
    "eslint": "3.8.1",
    "http-server": "0.9.0",
    "ngrok": "2.2.3"
  },
  "dependencies": {
    "bluebird": "3.4.6",
    "calc-percent": "1.0.1",
    "cli-progress": "1.2.0",
    "cli-spinner": "0.2.5",
    "cli-table": "0.3.1",
    "colors": "1.1.2",
    "commander": "2.9.0",
    "filesize": "3.3.0",
    "fs-extra": "0.30.0",
    "glob": "7.1.1",
    "gulp": "3.9.1",
    "gulp-clean-css": "2.0.13",
    "gulp-htmlmin": "3.0.0",
    "gulp-imagemin": "3.0.3",
    "gulp-pretty-data": "0.1.1",
    "gulp-rename": "1.2.2",
    "gulp-replace": "0.5.4",
    "gulp-rev": "7.1.2",
    "gulp-uglify": "2.0.0",
    "imagemin-mozjpeg": "6.0.0",
    "imagemin-pngquant": "5.0.0",
    "imagemin-svgo": "5.2.0",
    "lodash": "4.16.4",
    "marked": "0.3.6",
    "mute-stdout": "1.0.0",
    "npm-run-all": "3.1.0",
    "pump": "1.0.1",
    "rimraf": "2.5.4"
  }
}
