update couchmagick-listen

pull/20/head
Johannes J. Schmidt 11 years ago
parent 5dc37eb0fd
commit 4d07f9b026

@ -1,13 +1,13 @@
{ {
"name": "couchmagick", "name": "couchmagick",
"version": "1.6.1", "version": "1.6.2",
"description": "Run ImageMagicks `convert` on CouchDB documents.", "description": "Run ImageMagicks `convert` on CouchDB documents.",
"main": "index.js", "main": "index.js",
"preferGlobal": true, "preferGlobal": true,
"bin": "index.js", "bin": "index.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/null2/couchmagick" "url": "https://github.com/jo/couchmagick"
}, },
"scripts": { "scripts": {
"jshint": "jshint -c .jshintrc index.js" "jshint": "jshint -c .jshintrc index.js"
@ -23,13 +23,13 @@
"author": "Johannes J. Schmidt", "author": "Johannes J. Schmidt",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/null2/couchmagick/issues" "url": "https://github.com/jo/couchmagick/issues"
}, },
"homepage": "https://github.com/null2/couchmagick", "homepage": "https://github.com/jo/couchmagick",
"dependencies": { "dependencies": {
"async": "~0.2.9", "async": "~0.2.9",
"event-stream": "~3.0.20", "event-stream": "~3.0.20",
"couchmagick-listen": "~1.5.1", "couchmagick-listen": "~1.5.2",
"couch-daemon": "~1.2.1", "couch-daemon": "~1.2.1",
"nano": "~4.2.1" "nano": "~4.2.1"
}, },

Loading…
Cancel
Save