yahoobingo/package.json

21 lines
551 B
JSON
Raw Permalink Normal View History

2013-12-04 07:45:49 +00:00
{
"name": "Bingo",
"version": "0.0.0",
"description": "Bingo client for Yahoo's Bingo server thing.",
"main": "bingo.coffee",
"repository": "https://github.com/elfsternberg/yahoobingo",
"dependencies": {
"socket.io-client": "~0.9.16",
"coffee-script": "~1.6.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bingo",
"coffeescript"
],
"author": "Elf M. Sternberg",
"license": "BSD-2-Clause"
}