forked from exodus4d/pathfinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.52 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
{
"name": "pathfinder-eve",
"version": "1.2.4",
"engines": {
"node": "6.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": "^4.1.0",
"gulp": "^4.0.2",
"gulp-brotli": "^1.2.2",
"gulp-bytediff": "1.0.x",
"gulp-clean-css": "^4.2.0",
"gulp-compass": "2.1.x",
"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-rename": "^1.4.0",
"gulp-requirejs-optimize": "1.3.x",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"jshint": "^2.10.3",
"jshint-stylish": "^2.x.x",
"lodash.padend": "4.6.x",
"node-notifier": "^5.4.0",
"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"
},
"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
}