This repository has been archived by the owner on Feb 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
/
package.json
79 lines (79 loc) · 2.03 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "pteronode",
"version": "0.0.0-canary",
"description": "Server management wrapper built for Pterodactyl Panel.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"start": "node src/index.js | node_modules/bunyan/bin/bunyan -o short",
"test": "./node_modules/eslint/bin/eslint.js --quiet --config .eslintrc src scripts",
"configure": "node scripts/configure.js",
"diagnostics": "node scripts/diagnostics.js",
"migrate": "node scripts/migrate.js"
},
"repository": "git+https://github.com/pterodactyl/daemon.git",
"keywords": [
"pterodactyl",
"daemon",
"wings"
],
"author": "Dane Everitt <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pterodactyl/daemon/issues"
},
"engines": {
"node": ">=8.0.0"
},
"os": [
"linux"
],
"homepage": "https://github.com/pterodactyl/daemon",
"devDependencies": {
"eslint": "4.16.0",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-lodash": "2.5.0",
"eslint-plugin-react": "7.5.1"
},
"dependencies": {
"ansi-escape-sequences": "^5.1.2",
"async": "2.6.1",
"bunyan": "^1.8",
"carrier": "^0.3",
"chokidar": "^3.3.1",
"compare-versions": "^3.2",
"create-output-stream": "^0.0.1",
"dockerode": "2.5.8",
"extendify": "^1.0",
"fs-extra": "^8.1.0",
"getos": "^3.1",
"ini": "^1.3",
"inquirer": "^5.0",
"ip-cidr": "^2.0.7",
"isstream": "^0.1",
"keypair": "^1.0",
"klaw": "^2.1",
"lodash": "^4.17.15",
"memory-cache": "^0.2",
"mime": "^2.4.4",
"mmmagic": "^0.5.3",
"moment": "^2.24.0",
"node-yaml": "^3.1",
"properties-parser": "^0.3",
"randomstring": "^1.1",
"request": "^2.87.0",
"restify": "^4.3.4",
"rfr": "^1.2",
"socket.io": "^2.0",
"socketio-file-upload": "^0.6",
"ssh2": "^0.6.1",
"ssh2-streams": "^0.2.1",
"tail": "^1.3.0",
"xml2js": "^0.4",
"yargs": "^10.1"
}
}