{
"name": "pdf-text-extract",
"version": "1.5.0",
"description": "Extract text from pdfs that contain searchable pdf text",
"main": "index.js",
"bin": "./bin/pdf-text-extract.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec",
"pretest": "standard | snazzy"
},
"repository": {
"type": "git",
"url": "git://github.com/nisaacson/pdf-text-extract.git"
},
"keywords": [
"pdf",
"extract",
"pdftotext",
"text",
"extract"
],
"author": "Noah Isaacson",
"license": "BSD",
"readmeFilename": "README.md",
"devDependencies": {
"mocha": "~1.8.2",
"should": "~1.2.2",
"snazzy": "^2.0.1",
"standard": "^5.3.1"
},
"dependencies": {
"yargs": "^1.2.5"
},
"standard": {
"globals": [
"describe",
"before",
"beforeEach",
"after",
"afterEach",
"it"
]
}
}
|