UNPKG

@vvkgaming/colyseussocialcustom

Version:

Authentication and Social features for Colyseus

96 lines (95 loc) 2.66 kB
{ "name": "@vvkgaming/colyseussocialcustom", "version": "0.10.9", "_args": [ [ "@colyseus/social@0.10.9", "D:\\HunterGames\\Server\\mhg_quizbomb_server" ] ], "_from": "@colyseus/social@0.10.9", "_id": "@colyseus/social@0.10.9", "_inBundle": false, "_integrity": "sha512-hUSNa6g0TQ+QHpECFIT0Vn0Fj2dT0NJq79OSBoJTgjA2/ueKNv4y2dtiSxh78VyiLbyJSd36WfvTu1+3dmw38A==", "_location": "/@colyseus/social", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@colyseus/social@0.10.9", "name": "@colyseus/social", "escapedName": "@colyseus%2fsocial", "scope": "@colyseus", "rawSpec": "0.10.9", "saveSpec": null, "fetchSpec": "0.10.9" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/@colyseus/social/-/social-0.10.9.tgz", "_spec": "0.10.9", "_where": "D:\\HunterGames\\Server\\mhg_quizbomb_server", "author": { "name": "Endel Dreyer" }, "bugs": { "url": "https://github.com/colyseus/colyseus-social/issues" }, "dependencies": { "debug": "^4.1.1", "httpie": "^1.1.2", "jsonwebtoken": "^8.5.1", "mongoose": "^5.5.6", "nanoid": "^2.0.2", "node-pushnotifications": "^1.1.8", "oauth": "^0.9.15" }, "description": "Authentication and Social features for Colyseus", "devDependencies": { "@types/debug": "^4.1.4", "@types/express": "^4.16.1", "@types/express-jwt": "0.0.42", "@types/jsonwebtoken": "^8.3.2", "@types/mocha": "^5.2.6", "@types/mongoose": "^5.3.27", "@types/nanoid": "^2.0.0", "@types/node-pushnotifications": "^1.0.1", "@types/oauth": "^0.9.1", "cors": "^2.8.5", "express": "^4.16.4", "express-jwt": "^5.3.1", "mocha": "^6.1.4", "mongodb": "^3.2.3", "ts-node": "^8.1.0", "typescript": "^3.4.5" }, "files": [ "**/*.js", "**/*.d.ts" ], "homepage": "https://github.com/colyseus/colyseus-social#readme", "keywords": [ "colyseus", "multiplayer", "social", "facebook", "friendlist" ], "license": "MIT", "main": "src/index.js", "peerDependencies": { "express": "^4.16.4", "express-jwt": "^5.3.1" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/colyseus/colyseus-social.git" }, "scripts": { "clean": "find . -name '*.js' -not -path './node_modules/*' -not -path './src/webpush_register.js' | xargs rm && find . -name '*.d.ts' -not -path './node_modules/*' | xargs rm", "prepublish": "npx tsc", "test": "mocha --require ts-node/register test/**Test.ts test/**/*Test.ts --exit" }, "types": "src/index.d.ts" }