UNPKG

scissors

Version:

PDF manipulation in Node.js, based on PDFTK.

41 lines (40 loc) 817 B
{ "name": "scissors", "version": "0.3.0", "description": "PDF manipulation in Node.js, based on PDFTK.", "main": "scissors.js", "dependencies": { "any-promise": "^1.3.0", "async": "^2.4.0", "bufferjs": "^3.0.1", "bufferstream": "^0.6.2", "rimraf": "^2.6.2", "temp": "^0.8.1" }, "scripts": { "test": "mocha" }, "devDependencies": { "assert-diff": "^1.2.0", "mocha": "^8.3.2", "stream-to-promise": "^2.2.0" }, "repository": { "type": "git", "url": "https://github.com/tcr/scissors.git" }, "author": "Tim Cameron Ryan (@tcr) and others", "license": "MIT", "readmeFilename": "README.md", "keywords": [ "pdf", "manipulation", "postscript", "ghostscript", "document", "split", "join", "crop", "PDFTK" ] }