UNPKG

norsk-tipping-results

Version:
30 lines (29 loc) 659 B
{ "name": "norsk-tipping-results", "description": "Get results from Norsk Tipping's lotteries", "keywords": [ "Norsk tipping", "API", "Lottery" ], "version": "1.0.2", "author": { "name": "Geir Gåsodden", "email": "geir.gasodden@pythonia.no", "url": "https://github.com/zrrrzzt" }, "main": "index.js", "repository": { "type": "git", "url": "http://github.com/zrrrzzt/norsk-tipping-results.git" }, "bugs": { "url": "http://github.com/zrrrzzt/norsk-tipping-results/issues" }, "scripts": { "test": "mocha --reporter spec test/*.js" }, "devDependencies": { "mocha": "^2.1.0" } }