41 lines
927 B
JSON
41 lines
927 B
JSON
|
{
|
||
|
"name": "testcafe-reporter-spec",
|
||
|
"version": "2.1.1",
|
||
|
"description": "Spec TestCafe reporter plugin.",
|
||
|
"repository": "https://github.com/DevExpress/testcafe-reporter-spec",
|
||
|
"author": {
|
||
|
"name": "Developer Express Inc. ",
|
||
|
"url": "https://devexpress.com"
|
||
|
},
|
||
|
"main": "lib/index",
|
||
|
"files": [
|
||
|
"lib"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"test": "gulp test",
|
||
|
"publish-please": "publish-please",
|
||
|
"prepublish": "publish-please guard"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"testcafe",
|
||
|
"reporter",
|
||
|
"plugin",
|
||
|
"spec"
|
||
|
],
|
||
|
"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",
|
||
|
"os-family": "^1.0.0",
|
||
|
"publish-please": "^2.1.4",
|
||
|
"read-file-relative": "^1.2.0",
|
||
|
"testcafe": "0.9.0"
|
||
|
}
|
||
|
}
|