forked from knightzac19/NodeJS-ArkService
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "ark-query-tool",
"url": "https://github.com/knightzac19/NodeJS-ArkService",
"keywords": [
"ark",
"sourcequery",
"steam",
"api"
],
"repository": {
"type": "git",
"url": "git://github.com/knightzac19/NodeJS-ArkService.git"
},
"bugs": {
"url": "https://github.com/knightzac19/NodeJS-ArkService/issues"
},
"version": "1.0.38",
"description": " NodeJS Web Service that lets you load all the data from your ARK server Asynchronously.",
"main": "index.js",
"dependencies": {
"arkdata": "^1.0.31",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"chunk": "0.0.2",
"daemon": "^1.1.0",
"express": "^4.14.0",
"inireader": "git+https://github.com/Ajnasz/IniReader.git",
"randomstring": "^1.1.5",
"sourcequery": "git+https://github.com/DoctorMcKay/SourceQuery.git",
"sprintf": "^0.1.5",
"sprintf-js": "^1.0.3",
"sqlite3": "^3.1.8",
"srcds-rcon": "git+https://github.com/knightzac19/node-srcds-rcon.git#hanging-connection-fix",
"steam-webapi": "^0.6.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Zachary Knight",
"email": "[email protected]"
},
"contributors": [
"Zachary Knight <[email protected]>"
],
"license": "GPL-3.0"
}