-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 762 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 762 Bytes
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
{
"name": "worker-convert",
"version": "0.0.4",
"description": "CouchDB Worker which converts images using imagemagick.",
"keywords": ["CouchDB", "attachments", "couchdb-worker", "worker", "convert", "imagemagick", "image"],
"homepage": "https://github.com/jo/worker-convert",
"bugs": {
"url" : "http://github.com/jo/worker-convert/issues",
"email" : "schmidt@netzmerk.com"
},
"author": {
"name": "Johannes J. Schmidt",
"email": "schmidt@netzmerk.com",
"url": "http://die-tf.de"
},
"repository": {
"type": "git",
"url": "https://github.com/jo/worker-convert"
},
"dependencies": {
"request": "*",
"underscore": "*",
"couchdb-worker": "~=0.4.3"
},
"scripts": {
"start": "node index.js"
}
}