UNPKG

984 BJSONView Raw
1{
2 "name": "testcafe-reporter-minimal",
3 "version": "2.0.0",
4 "description": "Minimal TestCafe reporter plugin.",
5 "repository": "https://github.com/DevExpress/testcafe-reporter-minimal",
6 "author": {
7 "name": "Developer Express Inc.",
8 "url": "https://devexpress.com"
9 },
10 "main": "lib/index",
11 "files": [
12 "lib"
13 ],
14 "scripts": {
15 "test": "gulp test",
16 "publish-please": "publish-please",
17 "prepublish": "publish-please guard"
18 },
19 "keywords": [
20 "testcafe",
21 "reporter",
22 "plugin",
23 "minimal"
24 ],
25 "license": "MIT",
26 "devDependencies": {
27 "babel-eslint": "^4.0.10",
28 "callsite-record": "^3.2.0",
29 "del": "^1.2.0",
30 "gulp": "^3.9.0",
31 "gulp-babel": "^5.2.1",
32 "gulp-eslint": "^1.1.1",
33 "gulp-mocha": "^2.2.0",
34 "normalize-newline": "^1.0.2",
35 "os-family": "^1.0.0",
36 "publish-please": "^2.1.4",
37 "read-file-relative": "^1.2.0",
38 "testcafe": "0.2.0-alpha"
39 }
40}