-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 796 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "xpl-db",
"version": "0.4.0",
"description": "Store xpl-stats and xpl-trigs in database",
"dependencies": {
"@types/express": "^4.17.0",
"async": "^2.1.2",
"body-parser": "^1.15.2",
"commander": "^2.9.0",
"compression": "^1.6.1",
"connect-nocache": "^1.1.0",
"debug": "^2.2.0",
"express": "^4.14.0",
"ip": "^1.1.3",
"mongodb": "^2.2.11",
"mysql": "^2.11.1",
"serve-static": "^1.11.1",
"socket.io": "^2.2.0",
"uuid": "^3.3.2",
"xpl-api": "../xpl-api",
"xpl-dbclient": "../xpl-dbclient"
},
"keywords": [
"XPL",
"mysql"
],
"repository": {
"type": "git",
"url": "https://github.com/oeuillot/xpl-db.git"
},
"author": "Olivier Oeuillot",
"license": "GPL",
"readmeFilename": "README.md"
}