71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"name": "pathfinder-eve",
|
|
"version": "2.1.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 <pathfinder@exodus4d.de> (https://github.com/exodus4d)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/exodus4d/pathfinder/issues",
|
|
"email": "pathfinder@exodus4d.de"
|
|
},
|
|
"homepage": "https://github.com/exodus4d/pathfinder#readme",
|
|
"private": true
|
|
}
|