{
  "name": "section",
  "title": "Section",
  "version": "0.4.2",
  "author": {
    "name": "Sorin Iclanzan",
    "email": "hello@songpane.com",
    "url": "http://songpane.com/"
  },
  "description": "Section is a static site generator for Node.js built on top of Grunt.",
  "homepage": "http://section.iclanzan.com",
  "bugs": {
    "url": "http://github.com/iclanzan/section/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/iclanzan/section/blob/master/LICENSE-MIT"
    }
  ],
  "keywords": ["static", "site", "documentaion", "blog", "generator", "markdown", "html"],
  "bin": {
    "section": "bin/section"
  },
  "scripts": {
    "test": "node test"
  },
  "preferGlobal": true,
  "dependencies": {
    "grunt": "~0.4.0",
    "grunt-contrib-copy": "~0.4.0",
    "grunt-contrib-less": "~0.5.2",
    "grunt-contrib-htmlmin": "~0.1.3",
    "grunt-contrib-connect": "~0.3.0",
    "grunt-contrib-watch": "~0.4.3",
    "grunt-notify": "~0.2.3",
    "grunt-git-deploy": "~0.1.0",
    "marked": "~0.2.9",
    "highlight.js": "~7.3",
    "cheerio": "~0.12"
  },
  "devDependencies": {
    "grunt-contrib-nodeunit": "~0.1.2"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/iclanzan/section.git"
  },
  "engines": {
    "node": ">=0.8.0"
  }
}
