cypress-intellij-reporter
Version:
Cypress internal reporter for WebStorm and other IntelliJ IDEs.
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "cypress-intellij-reporter",
"version": "0.0.7",
"description": "Cypress internal reporter for WebStorm and other IntelliJ IDEs.",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mbolotov/cypress-intellij-reporter.git"
},
"keywords": [
"cypress reporter",
"WebStorm",
"IntelliJ"
],
"contributors": [
"Sergey Simonchik <sergey.simonchik@jetbrains.com>",
"Mikhail Bolotov <mikhail.bolotov@gmail.com>"
],
"dependencies": {
"mocha": "latest"
},
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"bugs": {
"url": "https://github.com/mbolotov/cypress-intellij-reporter/issues"
},
"homepage": "https://github.com/mbolotov/cypress-intellij-reporter#readme",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache-2.0"
}