You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
venv/PyCharm 2025.2.1.1/plugins/nodeJS/js/mocha-intellij/package.json

28 lines
564 B

{
"name": "mocha-intellij",
"version": "0.0.1",
"description": "Mocha reporter for WebStorm and other IntelliJ IDEs.",
"repository": {
"type": "git",
"url": "git@github.com:JetBrains/mocha-intellij.git"
},
"keywords": [
"mocha reporter",
"WebStorm",
"IntelliJ"
],
"contributors": [
{
"name": "Sergey Simonchik",
"email": "sergey.simonchik@jetbrains.com"
}
],
"dependencies": {},
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
]
}