wotcs-api-system
Version:
Base system used to build WoTcs clans and players API
38 lines (37 loc) • 735 B
JSON
{
"name": "wotcs-api-system",
"version": "0.1.14",
"description": "Base system used to build WoTcs clans and players API",
"repository": {
"type": "git",
"url": "git://github.com/adikus/wotcs-api-system.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"world",
"of",
"tanks",
"api",
"players",
"clans",
"stats"
],
"author": "Andrej Hoos",
"license": "MIT",
"dependencies": {
"express": "3.4.1",
"jade": "*",
"less-middleware": "*",
"ws": "*",
"underscore": "*",
"pg": "*",
"squel": "*",
"mongodb": "*",
"chokidar": "*",
"uglify-js": "*",
"clientjade": "*"
}
}