-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 889 Bytes
/
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
{
"name": "dofus-discovery",
"version": "1.0.0",
"description": "A tool to generate an overview of the Dofus world map and create a pathfinder algorithm.",
"main": "app.js",
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crimson-med/Dofus-Discovery.git"
},
"keywords": [
"dofus",
"gaming",
"pathfinding"
],
"author": "Mederic Burlet @lias The Falcon",
"license": "ISC",
"bugs": {
"url": "https://github.com/crimson-med/Dofus-Discovery/issues"
},
"homepage": "https://github.com/crimson-med/Dofus-Discovery#readme",
"dependencies": {
"axios": "^0.21.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"http-errors": "^1.6.3",
"morgan": "~1.9.1",
"pug": "2.0.0-beta11",
"request": "^2.85.0",
"sharp": "^0.20.1"
}
}