{
  "name": "web-blog",
  "version": "0.0.7",
  "title": "web-blog",
  "description": "Scaffold out a Jekyll-based blog",
  "repository": {
    "type": "git",
    "url": "https://github.com/malyw/web-blog"
  },
  "keywords": [
    "web",
    "blog",
    "jekyll",
    "boilerplate",
    "bootstrap",
    "scaffold",
    "static-site"
  ],
  "author": "Serg Gospodarets",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/malyw/web-blog/issues"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://blog.gospodarets.com/",
  "devDependencies": {
    "grunt": "~0.4.5",
    "grunt-cli": "~0.1.13",
    "grunt-contrib-copy": "~0.8.2",
    "jit-grunt": "~0.9.1"
  },
  "scripts": {
    "copy": "grunt init"
  },
  "bin": {
    "webblog": "./bin/web-blog.js"
  }
}
