-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b1e452
commit 3003f0c
Showing
1 changed file
with
73 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |