{
  "name": "gizoogle",
  "version": "0.0.6",
  "description": "Node.js interface for gizoogle.net - Snoop Dogg style translator",
  "main": "src/gizoogle.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha test/*_test.js",
    "tdd": "mocha --watch test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/janjakubnanista/gizoogle.git"
  },
  "keywords": [
    "Gizoogle",
    "Gangsta",
    "Translator",
    "Snoop Dogg"
  ],
  "author": "Ján Naništa",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/janjakubnanista/gizoogle/issues"
  },
  "homepage": "https://github.com/janjakubnanista/gizoogle",
  "devDependencies": {
    "expect.js": "^0.3.1",
    "mocha": "^2.2.1",
    "nock": "^1.2.0"
  },
  "dependencies": {
    "cheerio": "^0.18.0"
  }
}
