Files
pathfinder/package.json
Exodus4D 8c12599c22 added *.gz to .gitiginore,
updated landingpage content,
fixed IGB  HTTP_HEADER Bug on Nginx servers
added pre-compressing *.gz tasks to gulp for static assets (*.js, *.css)
2016-01-02 17:29:45 +01:00

49 lines
1.2 KiB
JSON

{
"name": "pathfinder-eve",
"version": "0.0.10",
"engines": {
"node": "4.0.x"
},
"description": "Pathfinder is a system mapping tool for EVE ONLINE",
"main": "index.php",
"dependencies": {
"requirejs": "^2.1.20"
},
"devDependencies": {
"critical": "^0.7.0",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-gzip": "^1.2.0",
"gulp-if": "^2.0.0",
"gulp-jshint": "^1.11.2",
"gulp-notify": "^2.2.0",
"gulp-param": "^0.6.3",
"gulp-plumber": "^1.0.1",
"jshint": "^2.9.1-rc1",
"jshint-stylish": "^2.0.1",
"run-sequence": "^1.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/exodus4d/pathfinder.git"
},
"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
}