tap-notify
Version:
the Notifier for OS X, Linux and Windows as TAP reporter
44 lines (43 loc) • 1.09 kB
JSON
{
"name": "tap-notify",
"version": "1.0.0",
"description": "the Notifier for OS X, Linux and Windows as TAP reporter",
"main": "./distributions/index.js",
"bin": {
"tap-notify": "./distributions/cli.js"
},
"scripts": {
"babel": "babel ./sources --out-dir ./distributions",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "axross <kou@axross.org> (http://axross.me/)",
"license": "MIT",
"dependencies": {
"node-notifier": "^4.3.1",
"tap-parser": "^1.2.2",
"through2": "^2.0.0"
},
"devDependencies": {
"babel-cli": "6.4.0",
"babel-plugin-add-module-exports": "0.1.2",
"babel-plugin-transform-object-assign": "6.3.13",
"babel-preset-es2015": "6.3.13"
},
"repository": {
"type": "git",
"url": "git+https://github.com/axross/tap-notify.git"
},
"keywords": [
"tap",
"tape",
"ava",
"test",
"reporter",
"notify",
"notifier"
],
"bugs": {
"url": "https://github.com/axross/tap-notify/issues"
},
"homepage": "https://github.com/axross/tap-notify#readme"
}