-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 1.1 KB
/
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
{
"name": "mimeograph",
"version": "1.3.1",
"description": "CoffeeScript lib for PDF OCR and text extraction.",
"keywords": ["node", "pdf", "ocr", "hocr", "coffeescript", "resque", "text extraction", "indexing"],
"homepage": "https://github.com/steelThread/mimeograph",
"author": "Sean McDaniel <[email protected]>",
"contributors": [
{"name": "Jason Yankus", "email": "[email protected]"},
{"name": "Carlos Fernandez", "email": "[email protected]"}
],
"main": "./lib/mimeograph",
"bin": { "mimeograph": "./bin/mimeograph" },
"directories": { "lib": "./lib" },
"respository": {
"type": "git",
"url": "https://github.com/steelThread/mimeograph.git"
},
"dependencies": {
"coffee-script" : "1.2.0",
"underscore" : ">= 1.1.6",
"colors" : ">= 0.3.0",
"coffee-resque" : ">= 0.1.4",
"redisfs" : ">= 1.0.0",
"async" : ">= 0.1.15",
"pkginfo" : ">= 0.2.3",
"xml2js" : "0.1.14"
},
"devDependencies": {
"vows" : ">= 0.6.1",
"redis" : ">= 0.5.11"
},
"engines": { "node": ">= 0.4.0" }
}