-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"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 <[email protected]> (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"
}
}