forked from zoomhub/node-deepzoomtools
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 951 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
36
37
38
39
40
41
42
43
44
{
"name": "deepzoomtools",
"description": "Node.js tool for converting images to Deep Zoom images (DZI).",
"version": "0.0.5",
"author": "Daniel Gasienica <[email protected]>",
"contributors": [
{
"name": "Ian Gilman",
"email": "[email protected]"
},
{
"name": "Kevin Ewing",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/openzoom/node-deepzoomtools.git"
},
"scripts": {
"test": "node_modules/.bin/_coffee test",
"postinstall": "_coffee -c lib"
},
"main": "./lib",
"dependencies": {
"coffee-script": "^1.8.0",
"gm": "^1.13.1",
"mkdirp": "^0.3.5",
"progress": "^1.1.0",
"semver": "^2.2.1",
"streamline": "^0.10.16",
"xml2js": "^0.2.8"
},
"keywords": [
"deepzoom",
"dzi",
"imagemagick",
"openseadragon",
"seadragon",
"vips",
"zoomhub"
],
"license": "MIT"
}