Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 15, 2017
1 parent 0b1e452 commit 3003f0c
Showing 1 changed file with 73 additions and 73 deletions.
146 changes: 73 additions & 73 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,75 +1,75 @@
{
"name": "grunt-pageres",
"version": "2.2.0",
"description": "Capture website screenshots",
"license": "MIT",
"repository": "sindresorhus/grunt-pageres",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"maintainers": [
{
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
}
],
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && grunt && ava && trash tmp"
},
"files": [
"tasks"
],
"keywords": [
"gruntplugin",
"pageres",
"page",
"website",
"site",
"web",
"url",
"resolution",
"size",
"screenshot",
"screenshots",
"screengrab",
"screen",
"snapshot",
"shot",
"responsive",
"gulpfriendly",
"phantom",
"phantomjs",
"image",
"svg",
"render",
"html",
"headless",
"capture",
"pic",
"picture",
"png",
"jpg",
"jpeg"
],
"dependencies": {
"arrify": "^1.0.0",
"pageres": "^4.1.0"
},
"devDependencies": {
"ava": "*",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"path-exists": "^3.0.0",
"trash-cli": "^1.1.0",
"xo": "*"
},
"peerDependencies": {
"grunt": ">=0.4.0"
}
"name": "grunt-pageres",
"version": "3.0.0",
"description": "Capture website screenshots",
"license": "MIT",
"repository": "sindresorhus/grunt-pageres",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"maintainers": [
{
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
}
],
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && grunt && ava && trash tmp"
},
"files": [
"tasks"
],
"keywords": [
"gruntplugin",
"pageres",
"page",
"website",
"site",
"web",
"url",
"resolution",
"size",
"screenshot",
"screenshots",
"screengrab",
"screen",
"snapshot",
"shot",
"responsive",
"gulpfriendly",
"phantom",
"phantomjs",
"image",
"svg",
"render",
"html",
"headless",
"capture",
"pic",
"picture",
"png",
"jpg",
"jpeg"
],
"dependencies": {
"arrify": "^1.0.0",
"pageres": "^4.1.0"
},
"devDependencies": {
"ava": "*",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"path-exists": "^3.0.0",
"trash-cli": "^1.1.0",
"xo": "*"
},
"peerDependencies": {
"grunt": ">=0.4.0"
}
}

0 comments on commit 3003f0c

Please sign in to comment.