-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.06 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
{
"name": "dhgate",
"version": "1.0.8",
"description": "Dark Hole Gateway for PM2 and Socket.io",
"main": "dist/index.js",
"scripts": {
"build": "gulp",
"dev": "gulp dev"
},
"bin": {
"dhgate": "bin/dhgate",
"dhgate-init": "bin/dhgate-init",
"dhgate-task": "bin/dhgate-task",
"dhgate-update": "bin/dhgate-update"
},
"repository": "git+https://github.com/rabrux/dhGate.git",
"keywords": [
"pm2",
"socket.io",
"gateway",
"microservices",
"nodejs",
"coffeescript"
],
"author": "rabrux",
"license": "MIT",
"bugs": {
"url": "https://github.com/rabrux/dhGate/issues"
},
"homepage": "https://github.com/rabrux/dhGate#readme",
"devDependencies": {
"coffeescript": "^2.1.0",
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.5",
"gulp-watch": "^4.3.11",
"mocha": "^4.0.1",
"should": "^13.1.3"
},
"dependencies": {
"args": "^3.0.8",
"colors": "^1.1.2",
"execa": "^0.8.0",
"pm2": "^2.8.0",
"randomstring": "^1.1.5",
"shelljs": "^0.7.8",
"socket.io": "^2.0.4"
}
}