-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 802 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 802 Bytes
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
{
"name": "gulp-local-screenshots",
"version": "2.2.0",
"description": "Make the screenshots of your static html files using phantomjs.",
"license": "MIT",
"repository": "danielhusar/gulp-local-screenshots",
"author": {
"name": "Daniel Husar",
"email": "dano.husar@gmail.com",
"url": "https://github.com/danielhusar"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha -R spec --timeout 10000"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"phantom",
"screenshots",
"testing"
],
"dependencies": {
"gulp-util": "^3.0.4",
"through2": "^0.6.3",
"phantom": "^0.7.2",
"st": "^0.5.3"
},
"devDependencies": {
"mocha": "*",
"image-size": "^0.3.5"
},
"readmeFilename": "readme.md"
}