webshot-node
Version:
Easy website screenshots (Clone of webshot package, supports Node v12+)
42 lines (41 loc) • 936 B
JSON
{
"name": "webshot-node",
"version": "0.18.3",
"description": "Easy website screenshots (Clone of webshot package, supports Node v12+)",
"author": "Archit Jain",
"contributors": [
{
"name": "Archit Jain",
"email": "architjn93@gmail.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/architjn/node-webshot.git"
},
"engine": [
"node >=0.7.00"
],
"dependencies": {
"graceful-fs": "~4.1.15",
"cross-spawn": "^0.2.3",
"tmp": "~0.0.25"
},
"optionalDependencies": {
"phantomjs-prebuilt": "^2.1.3"
},
"devDependencies": {
"imagemagick": "git://github.com/rsms/node-imagemagick.git",
"mocha": "*",
"should": "*"
},
"main": "./lib/webshot.js",
"scripts": {
"test": "mocha --ui bdd --reporter spec --require should ./test/core.js ./test/options/*"
},
"keywords": [
"screenshot",
"screengrab"
]
}