grunt-browsersnapsy
Version:
A grunt plugin to take screenshots via BrowserStack.
45 lines (44 loc) • 1.11 kB
JSON
{
"name": "grunt-browsersnapsy",
"version": "0.1.3",
"description": "A grunt plugin to take screenshots via BrowserStack.",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/tdeekens/grunt-browsersnapsy.git"
},
"keywords": [
"grunt",
"npm",
"screenshots",
"BrowserStack",
"plugin"
],
"author": "Tobias Deekens <nerd@tdeekens.name> (http://tdeekens.name)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tdeekens/grunt-browsersnapsy/issues"
},
"homepage": "https://github.com/tdeekens/grunt-browsersnapsy",
"dependencies": {
"browserstacktunnel-wrapper": "^1.3.1",
"curlrequest": "^0.5.1",
"mkdirp": "^0.5.1",
"wgetjs": "^0.3.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-shell": "^1.1.1",
"load-grunt-config": "^0.16.0",
"time-grunt": "^1.0.0"
},
"peerDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "~0.1.1"
}
}