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.
40 lines
867 B
JSON
40 lines
867 B
JSON
{
|
|
"name": "couchmagick",
|
|
"version": "0.1.0",
|
|
"description": "Run ImageMagicks `convert` on CouchDB documents.",
|
|
"main": "index.js",
|
|
"preferGlobal": true,
|
|
"bin": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/null2/couchmagick"
|
|
},
|
|
"scripts": {
|
|
"jshint": "jshint -c .jshintrc index.js"
|
|
},
|
|
"keywords": [
|
|
"couchdb",
|
|
"worker",
|
|
"convert",
|
|
"imagemagick",
|
|
"image-processing",
|
|
"os_daemon"
|
|
],
|
|
"author": "Johannes J. Schmidt",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/null2/couchmagick/issues"
|
|
},
|
|
"homepage": "https://github.com/null2/couchmagick",
|
|
"dependencies": {
|
|
"async": "~0.2.9",
|
|
"event-stream": "~3.0.20",
|
|
"couchmagick-listen": "~1.0.5",
|
|
"couch-daemon": "~1.1.2",
|
|
"nano": "~4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "~2.3.0"
|
|
}
|
|
}
|