{
  "name": "hackernews-nonofficial",
  "version": "1.0.0",
  "devDependencies": {
    "grunt": "~1.0.1",
    "grunt-concurrent": "~2.3.0",
    "grunt-contrib-connect": "~1.0.2",
    "grunt-contrib-cssmin": "~1.0.1",
    "grunt-contrib-uglify": "~1.0.1",
    "grunt-contrib-watch": "~1.0.0",
    "hogan.js": "git://github.com/twitter/hogan.js.git",
    "mime": "~1.3.4"
  },
  "scripts": {
    "start": "grunt server",
    "deploy": "git checkout gh-pages && git merge master && git push origin gh-pages && git checkout master"
  }
}
