-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 987 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": "tile-frame",
"version": "1.2.1",
"description": "Manage a grid of map tiles on an HTML Canvas",
"module": "src/index.js",
"files": [
"src"
],
"directories": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-examples": "cd examples && rollup -c",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "https://github.com/GlobeletJS/tile-frame"
},
"bugs": {
"url": "https://github.com/GlobeletJS/tile-frame/issues"
},
"homepage": "https://github.com/GlobeletJS/tile-frame#readme",
"author": "Jeshurun Hembd",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@turf/boolean-point-in-polygon": "^6.0.1",
"map-overlay": "^0.0.2",
"rollup": "^2.66.1",
"tile-kiln": "github:GlobeletJS/tile-kiln#mixer",
"tile-rack": "^0.2.2",
"touch-sampler": "^0.0.4"
}
}