mirror of
https://github.com/jcreek/Assassins-Mission-Control.git
synced 2026-07-12 18:43:43 +00:00
0a7943162d
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.
28 lines
614 B
JSON
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"
|
|
}
|
|
}
|