forked from jo/dimensionist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 880 Bytes
/
package.json
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
29
30
31
32
33
34
35
36
{
"name": "dimensionist",
"version": "1.2.1",
"description": "CouchDB daemon to extract dimensions from image attachments.",
"main": "index.js",
"preferGlobal": true,
"bin": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jo/dimensionist"
},
"author": "Johannes J. Schmidt",
"license": "MIT",
"bugs": {
"url": "https://github.com/jo/dimensionist/issues"
},
"homepage": "https://github.com/jo/dimensionist",
"keywords": [
"couchdb",
"couchdb-worker",
"worker",
"os_daemon",
"attachments",
"image-processing"
],
"dependencies": {
"couch-daemon": "git+https://github.com/sitewaerts/couch-daemon.git",
"async": "^0.8.0",
"highland": "^1.24.1",
"http-image-size": "^1.0.0",
"nano": "^5.9.1"
}
}