{
  "name": "<%= _.slugify(props.siteName) %>",
  "author": {
    "name": "<%= props.siteAuthor %>",
    "email": "<%= props.siteAuthorEmail %>"
  },
  "private": true,
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-connect": "~0.2.0",
    "grunt-contrib-watch": "~0.4.3",
    "grunt-open": "~0.2.0",
    "matchdep": "~0.1.2",
    "connect-livereload": "~0.1.3",
    "moment": "~2.1.0",
    "yamljs": "~0.1.4",
    "iniparser": "~1.0.5",
    "backbone": "~1.0.0",
    "swig": "~1.0.0-rc2",
    "marked": "~0.2.9",
    "lodash": "~1.3.1",
    "chalk": "~0.2.1",
    "crypto": "0.0.3",
    "backbone-query": "~0.1.2"
  },
  "engines": {
    "node": ">=0.8.0"
  }
}