-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 869 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
{
"name": "tiled-navgraph-webpack-plugin",
"version": "0.1.0",
"description": "A Webpack plugin to automatically generate navigation graphs for Tiled maps",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mbolis/tiled-navgraph-webpack-plugin.git"
},
"keywords": [
"melonjs",
"webpack"
],
"author": "Marco Bolis <[email protected]>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/mbolis/tiled-navgraph-webpack-plugin/issues"
},
"homepage": "https://github.com/mbolis/tiled-navgraph-webpack-plugin#readme",
"dependencies": {
"@timohausmann/quadtree-js": "^1.2.3",
"chokidar": "^3.4.2",
"glob": "^7.1.6",
"tmx-parser": "^1.5.0",
"webpack-virtual-modules": "^0.2.2"
}
}