-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.04 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "mosaic-image-stream",
"version": "1.0.2",
"description": "Streaming mosaic of multiple images into a single image",
"main": "index.js",
"scripts": {
"test": "standard"
},
"keywords": [
"mosaic",
"image",
"stream",
"join",
"merge",
"stitch"
],
"author": "Gregor MacLennan",
"license": "MIT",
"dependencies": {
"block-stream2": "^1.1.0",
"buffer-peek-stream": "^1.0.1",
"from2": "^2.3.0",
"inherits": "^2.0.1",
"interleave-stream": "^1.0.2",
"multistream": "^2.1.0",
"pumpify": "^1.3.5"
},
"devDependencies": {
"jpg-stream": "^1.1.1",
"png-stream": "^1.0.4",
"request": "^2.74.0",
"standard": "^8.0.0",
"@mapbox/tilebelt": "^1.0.1"
},
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digidem/mosaic-image-stream.git"
},
"bugs": {
"url": "https://github.com/digidem/mosaic-image-stream/issues"
},
"homepage": "https://github.com/digidem/mosaic-image-stream#readme"
}