hermione-global-hook
Version:
Plugin to use global hooks
31 lines (30 loc) • 640 B
JSON
{
"name": "hermione-global-hook",
"version": "1.0.1",
"description": "Plugin to use global hooks",
"scripts": {
"lint": "eslint .",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:gemini-testing/hermione-global-hook.git"
},
"keywords": [
"hermione",
"plugin",
"hooks"
],
"author": "Roman Khatipov <hatroman@gmail.com>",
"license": "MIT",
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^3.3.1",
"eslint-config-gemini-testing": "^2.2.0",
"mocha": "^5.2.0",
"sinon": "^6.0.1"
},
"dependencies": {
"gemini-configparser": "^1.0.0"
}
}