-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.12 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": "pogonode",
"version": "1.2.0",
"description": "",
"main": "bin/app.js",
"author": "niico",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
},
"private": true,
"dependencies": {
"bluebird": "^3.5.1",
"bluebird-retry": "^0.11.0",
"cheerio": "^0.22.0",
"dotenv": "^4.0.0",
"electron": "^1.8.2",
"express": "^4.16.2",
"geolib": "^2.0.24",
"googlemaps": "^1.12.0",
"js-yaml": "^3.10.0",
"lodash": "^4.17.5",
"mime-types": "^2.1.18",
"moment": "^2.20.1",
"mz": "^2.7.0",
"nightmare": "^2.10.0",
"node-pogo-protos-vnext": "^2.20.1",
"pogobuf-signature": "^2.4.0",
"pogobuf-vnext": "^2.6.2",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"semver-compare": "^1.0.0",
"socket.io": "^2.0.4",
"winston": "^2.4.0"
},
"devDependencies": {
"@types/bluebird": "^3.5.20",
"@types/lodash": "^4.14.104",
"@types/long": "^3.0.32",
"@types/mz": "^0.0.32",
"@types/node": "^9.4.6",
"@types/request-promise": "^4.1.41",
"@types/winston": "^2.3.8",
"tslint": "^5.9.1",
"typescript": "^2.7.2"
}
}