node-webshot
Version:
Easy website screenshots
50 lines (49 loc) • 1.08 kB
JSON
{
"name": "node-webshot",
"version": "1.0.4",
"description": "Easy website screenshots",
"author": "Ching-Ching Yeh",
"contributors": [
{
"name": "Ching-Ching Yeh",
"email": "learningg@gmail.com"
},
{
"name": "Brenden Kokoszka",
"email": "brenden.kokoszka@gmail.com"
},
{
"name": "Matthew Chase Whittemore",
"email": "mcwhittemore@gmail.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/Grace951/node-webshot.git"
},
"engine": [
"node >=0.7.00"
],
"dependencies": {
"graceful-fs": "^4.2.4",
"cross-spawn": "^7.0.2",
"tmp": "^0.2.1"
},
"optionalDependencies": {
"phantomjs-prebuilt": "^2.1.16"
},
"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"
]
}