-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
51 lines (51 loc) · 1.1 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
47
48
49
50
51
{
"name": "deepzoomtools",
"description": "Node.js tool for converting images to Deep Zoom images (DZI).",
"version": "0.0.8",
"author": "Daniel Gasienica <daniel@gasienica.ch>",
"contributors": [
{
"name": "Ian Gilman",
"email": "ian@iangilman.com"
},
{
"name": "Kevin Ewing",
"email": "notmyuwmail@gmail.com"
},
{
"name": "Ken Perkins",
"email": "ken.perkins@rackspace.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/openzoom/node-deepzoomtools.git"
},
"scripts": {
"build": "_coffee -m -c lib/",
"clean": "rm -f lib/*.{js,map}",
"prepublish": "npm run build",
"postpublish": "npm run clean",
"test": "_coffee test"
},
"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"
}