{
  "name": "kahoot",
  "version": "1.0.1",
  "description": "Kahoot! web API for Node.JS",
  "main": "kahoot/kahoot.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jolle/node-kahoot.git"
  },
  "keywords": [
    "kahoot",
    "api",
    "kahootapi"
  ],
  "author": "Joel Ahlstedt",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jolle/node-kahoot/issues"
  },
  "homepage": "https://github.com/jolle/node-kahoot#readme",
  "dependencies": {
    "request": "^2.74.0"
  },
  "devDependencies": {
    "eslint": "^3.1.1",
    "eslint-config-eslint": "^3.0.0"
  }
}
