UNPKG

tika

Version:

Apache Tika bridge. Text extraction, metadata extraction, mimetype detection and language detection.

48 lines (47 loc) 923 B
{ "name": "tika", "version": "1.6.1", "description": "Apache Tika bridge. Text extraction, metadata extraction, mimetype detection and language detection.", "scripts": { "test": "mocha --ui tdd test" }, "keywords": [ "docx", "pdf", "doc", "xlsx", "content analysis", "office" ], "homepage": "https://github.com/ICIJ/node-tika", "main": "./tika", "author": "Matthew Caruana Galizia <mcaruana@icij.org>", "contributors": [ { "name": "Matthias Götzke", "email": "m.goetzke@curasystems.de" }, { "name": "James Garner", "email": "james@beamery.com" } ], "repository": { "type": "git", "url": "https://github.com/ICIJ/node-tika.git" }, "bugs": { "url": "https://github.com/ICIJ/node-tika/issues" }, "license": "MIT", "dependencies": { "java": "~0.8.0" }, "devDependencies": { "mocha": "~3.2.0", "istanbul": "~0.4.5" }, "engines" : { "node" : ">=0.10.0" } }