-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1017 Bytes
/
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
{
"name": "testcafe-reporter-screenshot-reporter",
"version": "1.0.3",
"description": "screenshot-reporter TestCafe reporter plugin.",
"repository": "https://github.com/babich-a/testcafe-reporter-screenshot-reporter",
"author": {
"name": "babich-a",
"email": "babich-a@users.noreply.github.com"
},
"main": "lib/index",
"files": [
"lib/index.js",
"lib/index.html"
],
"scripts": {
"test": "gulp test",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"keywords": [
"testcafe",
"reporter",
"plugin"
],
"license": "MIT",
"devDependencies": {
"babel-eslint": "^4.0.10",
"callsite-record": "^3.2.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-eslint": "^1.1.1",
"gulp-mocha": "^2.2.0",
"normalize-newline": "^1.0.2",
"publish-please": "^2.1.4",
"read-file-relative": "^1.2.0",
"testcafe": "^0.2.0-alpha"
},
"dependencies": {
"mustache": "^2.3.0"
}
}