-
Notifications
You must be signed in to change notification settings - Fork 251
/
package.json
70 lines (70 loc) · 1.73 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
{
"name": "pathfinder-eve",
"version": "2.0.0",
"engines": {
"node": "12.x"
},
"description": "Pathfinder is a system mapping tool for EVE ONLINE",
"main": "index.php",
"dependencies": {},
"devDependencies": {
"ansi-colors": "^4.1.1",
"fancy-log": "^1.3.3",
"file-extension": "^4.0.5",
"flat": "^5.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-brotli": "^2.0.2",
"gulp-bytediff": "1.0.x",
"gulp-clean-css": "^4.3.0",
"gulp-debug": "^4.0.0",
"gulp-filter": "^6.0.0",
"gulp-gzip": "1.x.x",
"gulp-if": "^3.0.0",
"gulp-jshint": "2.1.x",
"gulp-image-resize": "^0.13.1 ",
"gulp-imagemin": "^7.1.0",
"imagemin-webp": "^5.1.0",
"gulp-requirejs-optimize": "1.3.x",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-rename": "^2.0.0",
"jshint": "^2.11.0",
"jshint-stylish": "^2.x.x",
"lodash.padend": "4.6.x",
"node-notifier": "^6.0.0",
"node-sass": "^4.13.1",
"pretty-bytes": "^5.3.0",
"promised-del": "1.0.x",
"slash": "^3.0.0",
"terminal-table": "0.0.x",
"uglify-es": "^3.0.x"
},
"scripts": {
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/exodus4d/pathfinder.git"
},
"browserslist": [
"last 2 versions",
"> 0.5%"
],
"keywords": [
"pathfinder",
"exodus 4d",
"eve online",
"wormhole",
"mapping"
],
"author": "Exodus 4D <[email protected]> (https://github.com/exodus4d)",
"license": "MIT",
"bugs": {
"url": "https://github.com/exodus4d/pathfinder/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/exodus4d/pathfinder#readme",
"private": true
}