47 lines
1.1 KiB
JSON
47 lines
1.1 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": {
|
|
"gulp": "^3.9.0",
|
|
"gulp-clean": "^0.3.1",
|
|
"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
|
|
}
|