Files
pathfinder/package.json
2016-07-18 01:39:39 +02:00

50 lines
1.1 KiB
JSON

{
"name": "pathfinder-eve",
"version": "0.0.10",
"engines": {
"node": "6.x"
},
"description": "Pathfinder is a system mapping tool for EVE ONLINE",
"main": "index.php",
"dependencies": {
},
"devDependencies": {
"critical": "^0.x",
"gulp": "^3.9.x",
"gulp-clean": "^0.3.x",
"gulp-gzip": "^1.x.x",
"gulp-if": "^2.0.x",
"gulp-jshint": "^2.0.x",
"gulp-notify": "^2.2.x",
"gulp-param": "^1.0.x",
"gulp-plumber": "^1.x.x",
"jshint": "^2.9.x",
"jshint-stylish": "^2.x.x",
"requirejs": "^2.x.x",
"run-sequence": "^1.1.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 <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
}