{
  "name": "viperfish",
  "description": "Minimalist Node/Github Database-less Blogging System",
  "keywords": [
    "blog",
    "node",
    "github",
    "markdown",
    "database-less",
    "express",
    "hogan",
    "templates",
    "thematic"
  ],
  "version": "0.4.6",
  "homepage": "https://github.com/mattstyles/viperfish",
  "author": {
    "name": "Matt Styles",
    "email": "matt@veryfizzyjelly.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mattstyles/viperfish.git"
  },
  "bugs": {
    "url": "https://github.com/mattstyles/viperfish/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/mattstyles/viperfish/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/viperfish",
  "engines": {
    "node": ">= 0.8.x"
  },
  "scripts": {
    "start": "node viperfish"
  },
  "dependencies": {
    "express": "3.0.5",
    "marked": "~0.2.8",
    "highlight.js": "~7.3.0",
    "consolidate": "~0.8.0",
    "hogan.js": "~2.0.0",
    "underscore": "~1.4.4",
    "superagent": "~0.14.0",
    "qs": "~0.5.5"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-jshint": "~0.2.0",
    "octofish": "~0.3.0"
  }
}
