-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 783 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 783 Bytes
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
{
"name": "tiledviewer",
"version": "1.0.0",
"description": "Julien Pilet's slippy map engine",
"main": "build/mapviewer.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "./frontend/compile.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpilet/TiledViewer.git"
},
"keywords": [
"slippy",
"map"
],
"author": "Julien Pilet",
"license": "all rights reserved",
"bugs": {
"url": "https://github.com/jpilet/TiledViewer/issues"
},
"homepage": "https://github.com/jpilet/TiledViewer#readme",
"dependencies": {
"bezier-js": "^2.2.1",
"cached-request": "^1.1.0",
"canvas": "^1.5.0",
"request": "^2.75.0"
}
}