{
  "name": "simple-twitter",
  "version": "1.0.7",
  "description": "Twitter simple library.",
  "keywords": [
    "twitter",
    "oauth"
  ],
  "scripts": {
    "test": "mocha -R spec"
  },
  "author": {
    "name": "Daniel Husár",
    "email": "dano.husar@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/danielhusar/simple-twitter"
  },
  "main": "index",
  "engines": [
    "node >= 0.8.0"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://en.wikipedia.org/wiki/MIT_License"
    }
  ],
  "dependencies": {
    "oauth": "^0.9.12"
  },
  "devDependencies": {
    "mocha": "^1.20.1",
    "should": "^4.0.4"
  },
  "readmeFilename": "Readme.md"
}
