-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 825 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 825 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
29
30
31
{
"name": "zoomhub-importer",
"version": "1.1.3",
"description": "Batch Importer for zoomhub content",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"zh-populate-queue": "./lib/populate-queue.js",
"zh-upload-dzis": "./lib/upload-dzi.js",
"zh-import-blobs": "./lib/import-blob.js",
"zh-stats": "./lib/display-stats.js"
},
"author": "Ken Perkins <ken.perkins@rackspace.com>",
"license": "MIT",
"dependencies": {
"async": "~0.9.0",
"commander": "~2.3.0",
"deepzoomtools": "0.0.6",
"node-etcd": "2.1.5",
"hiredis": "~0.1.17",
"pipe-lines": "~0.1.2",
"pkgcloud": "~1.0.2",
"pretty-bytes": "~1.0.1",
"redis": "~0.12.1",
"request": "~2.45.0",
"winston": "~0.8.1",
"xml2js": "~0.4.4"
}
}