-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
71 lines (71 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
{
"name": "pokemon-go-scanner",
"version": "0.6.0",
"description": "Map scanner for Pokemon GO to find wild pokemon, gyms, stops etc.",
"repository": {
"type": "git",
"url": "git+https://[email protected]/cypherix93/Pokemon-GO-Scanner.git"
},
"author": "cypherix93",
"license": "MIT",
"dependencies": {
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"cors": "^2.7.1",
"events": "^1.1.1",
"express": "^4.14.0",
"geocoder": "^0.2.2",
"gpsoauthnode": "0.0.5",
"lodash": "^4.13.1",
"memory-cache": "^0.1.6",
"pos": "^0.3.0",
"protobufjs": "^5.0.1",
"q": "^1.4.1",
"recursive-readdir-sync": "^1.0.6",
"request": "^2.73.0",
"routing-controllers": "^0.5.7",
"s2geometry-node": "^1.3.0",
"serve-favicon": "^2.3.0",
"shortid": "^2.2.6",
"sleep-promise": "^1.0.0",
"winston": "^2.2.0"
},
"devDependencies": {
"bower": "^1.7.9",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-clean-css": "^2.0.11",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.2",
"gulp-filter": "^4.0.0",
"gulp-htmlmin": "^2.0.0",
"gulp-json-editor": "^2.2.1",
"gulp-load-plugins": "^1.2.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sass-glob": "^1.0.6",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.13.6",
"gulp-uglify": "^1.5.4",
"gulp-watch": "^4.3.8",
"gulp-zip": "^3.2.0",
"jsonfile": "^2.3.1",
"live-server": "^1.0.0",
"main-bower-files": "^2.13.1",
"merge-stream": "^1.0.0",
"mkdirp": "^0.5.1",
"nodemon": "^1.10.0",
"run-sequence": "^1.2.2",
"streamqueue": "^1.1.1",
"typescript": "^1.8.10"
},
"scripts": {
"build": "./node_modules/.bin/gulp",
"serve-app": "./node_modules/.bin/nodemon ./build/app/Server.js --watch ./build/app/",
"serve-client": "./node_modules/.bin/live-server ./build/ui/ --port=32600"
},
"copyright": "Copyright © 2016"
}