UNPKG

742 BJSONView Raw
1{
2 "name": "@screeps/backend",
3 "version": "3.0.0-beta.3",
4 "description": "",
5 "main": "lib/index.js",
6 "bin": {
7 "screeps-backend": "bin/start.js"
8 },
9 "author": "Artem Chivchalov <contact@screeps.com>",
10 "license": "ISC",
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/screeps/backend.git"
14 },
15 "dependencies": {
16 "body-parser": "^1.15.2",
17 "btoa": "^1.1.2",
18 "cookie-parser": "^1.4.3",
19 "express": "^4.14.0",
20 "express-session": "^1.14.1",
21 "lodash": "^3.10.1",
22 "passport": "^0.3.2",
23 "passport-http": "^0.3.0",
24 "passport-token": "^0.2.0",
25 "pngjs": "^3.0.0",
26 "q": "^1.4.1",
27 "q-json-response": "^0.1.3",
28 "sockjs": "^0.3.18",
29 "steam-webapi": "^0.6.5"
30 }
31}