gulp-webshot
Version:
Webshot provides a simple API for taking webpage screenshots
32 lines (31 loc) • 716 B
JSON
{
"name": "gulp-webshot",
"version": "0.2.3",
"description": "Webshot provides a simple API for taking webpage screenshots",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/c0b41/gulp-webshot"
},
"keywords": [
"gulpplugin",
"webshot",
"screenshot"
],
"author": "Ayhan Kuru",
"license": "MIT",
"bugs": {
"url": "https://github.com/c0b41/gulp-webshot/issues"
},
"homepage": "https://github.com/c0b41/gulp-webshot",
"dependencies": {
"connect": "^3.5.0",
"gulp-util": "^3.0.7",
"serve-static": "^1.11.1",
"through2": "^2.0.1",
"webshot": "^0.18.0"
},
"devDependencies": {
"gulp": "github:gulpjs/gulp#4.0"
}
}