ql-stats-models
Version:
Document schemas for Quake Live Statistics and Ranks
42 lines (41 loc) • 866 B
JSON
{
"name": "ql-stats-models",
"version": "0.1.1",
"description": "Document schemas for Quake Live Statistics and Ranks",
"main": "index.js",
"dependencies": {
"bluebird": "^3.0.5",
"mongoose": "^4.2.5",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.3"
},
"scripts": {
"test": "mocha test --recursive"
},
"keywords": [
"quake",
"live",
"stats",
"ranking",
"schema",
"data",
"model",
"mongodb"
],
"author": "Stephan Wallentin",
"license": "MIT",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swallentin/ql-stats-models.git"
},
"bugs": {
"url": "https://github.com/swallentin/ql-stats-models/issues"
},
"homepage": "https://github.com/swallentin/ql-stats-models#readme"
}