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.

39 lines
827 B
JSON

11 years ago
{
"name": "couchmagick",
"version": "1.8.1",
11 years ago
"description": "Run ImageMagicks `convert` on CouchDB documents.",
"main": "index.js",
"preferGlobal": true,
"bin": "index.js",
11 years ago
"repository": {
"type": "git",
"url": "https://github.com/jo/couchmagick"
11 years ago
},
"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/jo/couchmagick/issues"
11 years ago
},
"homepage": "https://github.com/jo/couchmagick",
11 years ago
"dependencies": {
"async": "~0.2.9",
"couchmagick-listen": "~1.6.0",
"couch-daemon": "~1.2.1",
"nano": "~4.2.1"
11 years ago
},
"devDependencies": {
"jshint": "~2.3.0"
}
}