mirror of https://github.com/jo/couchmagick.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
851 B
JSON
38 lines
851 B
JSON
{
|
|
"name": "couchmagick",
|
|
"version": "2.2.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.0",
|
|
"strformat": "0.0.3",
|
|
"docuri": "^1.1.0",
|
|
"async": "^0.9.0",
|
|
"nano": "^5.9.1",
|
|
"highland": "^1.25.1"
|
|
}
|
|
}
|