Files
jcreek 0a7943162d Committing the current version
This version works and has been tested in a full game with over 50
players however there isn’t as yet a proper admin backend and many
activities require the admin to fiddle with html or SQL at the moment.
2014-08-21 13:57:55 +01:00

28 lines
614 B
JSON

{
"name": "codebird",
"version": "2.5.0-alpha.1.1",
"description": "A Twitter library in JavaScript.",
"main": "codebird.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jublonet/codebird-js.git"
},
"keywords": [
"Twitter",
"API",
"networking",
"CORS"
],
"author": "Jublo IT Solutions <support@jublo.net> (http://jublo.net/)",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/jublonet/codebird-js/issues"
}
}