22 lines
583 B
JSON
22 lines
583 B
JSON
{
|
|
"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",
|
|
"underscore": "~1.5.2",
|
|
"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"
|
|
} |