{
    "name": "norsk-tipping",
    "version": "2.0.5",
    "description": "",
    "keywords": [
        "Norsk tipping",
        "API",
        "Viking Lotto",
        "Lotto",
        "Eurojackpot",
        "Lottery"
    ],
    "main": "index.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/Nilzone-/Norsk-Tipping.git"
    },
    "scripts": {
        "test": "mocha --reporter spec"
    },
    "author": "Thomas <thnilsen90@gmail.com>",
    "license": "ISC",
    "dependencies": {
        "request": "^2.74.0"
    },
    "devDependencies": {
        "chai": "^3.5.0",
        "mocha": "^3.0.2"
    }
}