forked from pogosandbox/pogonode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.28 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
{
"name": "pogonode",
"version": "1.2.0",
"description": "",
"main": "bin/app.js",
"author": "niico",
"license": "MIT",
"engines": {
"node": ">=7.0.0"
},
"private": true,
"dependencies": {
"bluebird": "^3.5.1",
"bluebird-retry": "^0.11.0",
"cheerio": "^0.22.0",
"debug": "^2.6.9",
"dotenv": "^4.0.0",
"electron": "^1.8.1",
"engine.io": "^3.1.4",
"events": "^1.1.1",
"express": "^4.16.2",
"geolib": "^2.0.24",
"googlemaps": "^1.12.0",
"js-yaml": "^3.10.0",
"lodash": "^4.17.4",
"mime-types": "^2.1.17",
"moment": "^2.19.3",
"mz": "^2.7.0",
"nightmare": "^2.10.0",
"node-pogo-protos-vnext": "^2.18.0",
"pogobuf-signature": "^2.3.10",
"pogobuf-vnext": "github:pogosandbox/pogobuf#dev",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"semver-compare": "^1.0.0",
"simjs-random": "^0.2.6",
"socket.io": "^2.0.4",
"socket.io-adapter": "^1.1.1",
"winston": "^2.4.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.18",
"@types/lodash": "^4.14.88",
"@types/long": "^3.0.32",
"@types/mz": "^0.0.31",
"@types/node": "^8.0.57",
"@types/request-promise": "^4.1.39",
"@types/winston": "^2.3.7",
"tslint": "^5.8.0",
"typescript": "^2.6.2"
}
}