-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 851 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
{
"name": "couchmagick",
"version": "2.3.0",
"description": "Couchmagick runs ImageMagicks `convert` on CouchDB documents.",
"main": "index.js",
"preferGlobal": true,
"bin": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/jo/couchmagick"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"couchdb",
"couchdb-worker",
"convert",
"imagemagick",
"image-processing",
"os_daemon"
],
"author": "Johannes J. Schmidt",
"license": "MIT",
"bugs": {
"url": "https://github.com/jo/couchmagick/issues"
},
"homepage": "https://github.com/jo/couchmagick",
"dependencies": {
"couch-daemon": "^1.4.1",
"strformat": "0.0.3",
"docuri": "^1.1.0",
"async": "^0.9.0",
"nano": "^5.9.1",
"highland": "^1.25.1"
}
}