{
  "name": "hack-news",
  "version": "2.0.5",
  "description": "A simple library of methods to help you interact with the Hacker News API. There's more on the way.",
  "main": "index.js",
  "scripts": {
    "test": "mocha ./tests/test.js -w"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kyleschnirring/hack-news.git"
  },
  "keywords": [
    "hacker",
    "news",
    "top",
    "ten",
    "npm",
    "hack-news"
  ],
  "author": "Kyle Schnirring",
  "license": "MIT",
  "dependencies": {},
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.4.5"
  }
}
