karma-node-notifier
Version:
A karma reporter that works across platform
30 lines (29 loc) • 705 B
JSON
{
"name": "karma-node-notifier",
"version": "1.0.3",
"description": "A karma reporter that works across platform",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benfes/karma-node-notifier.git"
},
"keywords": [
"karma",
"reporter",
"node-notifier",
"karma-node-notifier"
],
"author": "Ben Fesili",
"license": "ISC",
"bugs": {
"url": "https://github.com/benfes/karma-node-notifier/issues"
},
"homepage": "https://github.com/benfes/karma-node-notifier#readme",
"dependencies": {
"node-notifier": "^5.1.2",
"path": "^0.12.7"
}
}