-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 861 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 861 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
{
"name": "mixmap-peermaps",
"version": "1.4.1",
"description": "peermaps layer for mixmap",
"dependencies": {
"bbox-intersect": "^0.1.2",
"georender-pack": "^4.0.0",
"get-image-pixels": "^1.0.1",
"hyperdrive": "^10.21.0",
"hyperswarm-web": "^2.1.1",
"mixmap-georender": "^5.0.0",
"random-access-memory": "^3.1.4",
"viewbox-query-planner": "^1.0.1"
},
"devDependencies": {
"budo": "^11.7.0",
"eyros": "^4.7.0",
"georender-style2png": "^5.0.0",
"mixmap": "^1.5.2",
"regl": "^2.1.0"
},
"scripts": {
"start": "npm run setup && npm run style && npm run example",
"setup": "cp node_modules/eyros/2d.wasm example/eyros2d.wasm",
"example": "budo example/map.js -d example",
"style": "georender-style2png node_modules/georender-style2png/example/style.json -o example/style.png"
}
}