UNPKG

scaryshot

Version:
34 lines (33 loc) 669 B
{ "name": "scaryshot", "version": "1.0.0", "description": "Phantom.js screenshot service", "keywords": [ "pdf", "phantom.js", "screenshot", "service" ], "main": "scaryshot.js", "author": "Marc Harter <wavded@gmail.com> (wavded.com)", "bin": { "scaryshot": "scaryshot.js" }, "repository": { "type": "git", "url": "git://github.com/applieddataconsultants/scaryshot.git" }, "scripts": { "start": "./scaryshot.js", "test": "tape test/*-test.js" }, "license": "MIT", "engines": { "node": ">=0.10" }, "devDependencies": { "supertest": "^0.13.0", "tape": "^4.5.1" }, "preferGlobal": true }