playship_ludo_pseudo_quick
Version:
Server side neutrino plugin code for ludo game
27 lines (26 loc) • 618 B
JSON
{
"name": "playship_ludo_pseudo_quick",
"version": "1.0.5",
"description": "Server side neutrino plugin code for ludo game",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/gkmog/ludo_server.git"
},
"keywords": [
"neutrino",
"nodejs",
"ludo",
"board game"
],
"author": "Pavan Konduri",
"license": "ISC",
"homepage": "https://bitbucket.org/gkmog/ludo_server#readme",
"dependencies": {
"json-stringify": "^1.0.0",
"playship_utils": "^1.8.2"
}
}