forked from pterodactyl/daemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2 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
{
"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 <dane@daneeveritt.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pterodactyl/Daemon/issues"
},
"engines": {
"node": ">=6.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": "^4.0.0",
"async": "^2.5.0",
"bunyan": "^1.8.12",
"carrier": "0.3.0",
"chokidar": "2.0.0",
"compare-versions": "3.1.0",
"create-output-stream": "0.0.1",
"dockerode": "2.5.3",
"extendify": "1.0.0",
"fs-extra": "5.0.0",
"ini": "1.3.5",
"inquirer": "5.0.1",
"ip-cidr": "1.1.2",
"isstream": "0.1.2",
"keypair": "^1.0.1",
"klaw": "^2.1.0",
"lodash": "4.17.4",
"memory-cache": "0.2.0",
"mime": "2.2.0",
"mmmagic": "0.4.6",
"moment": "2.20.1",
"node-yaml": "^3.1.1",
"properties-parser": "0.3.1",
"randomstring": "1.1.5",
"request": "2.83.0",
"restify": "4.3.1",
"rfr": "1.2.3",
"socket.io": "2.0.3",
"socketio-file-upload": "0.6.0",
"ssh2": "^0.5.5",
"ssh2-streams": "^0.1.20",
"xml2js": "^0.4.19",
"yargs": "10.1.1"
}
}