UNPKG

nightingale-slack-output

Version:
43 lines (42 loc) 1.65 kB
{ "name": "nightingale-slack-output", "version": "2.0.0", "description": "Nightingale slack output", "keywords": [ "nightingale", "nightingale-output" ], "author": "Christophe Hurpeau <christophe@hurpeau.com> (http://christophe.hurpeau.com/)", "license": "ISC", "repository": "git@github.com:nightingalejs/nightingale-slack-output.git", "homepage": "https://github.com/nightingalejs/nightingale", "main": "./lib/node.js", "scripts": { "build": "pob-build", "clean": "rm -Rf docs dist test/node6 coverage", "lint": "eslint --ext .js,.jsx --fix src/", "prepublish": "ln -s ../../git-hooks/pre-commit .git/hooks/pre-commit 2>/dev/null || true ; ln -s ../../git-hooks/post-checkout .git/hooks/post-checkout 2>/dev/null || true ; ln -s ../../git-hooks/post-merge .git/hooks/post-merge 2>/dev/null || true ; ln -s ../../git-hooks/prepare-commit-msg .git/hooks/prepare-commit-msg 2>/dev/null || true", "preversion": "npm run lint && npm run build && pob-repository-check-clean", "release": "pob-repository-check-clean && pob-release", "version": "pob-version", "watch": "pob-watch" }, "dependencies": { "nightingale-levels": "^1.0.0", "request": "^2.72.0" }, "devDependencies": { "babel-eslint": "^7.0.0", "babel-preset-es2015-node6": "^0.3.0", "eslint": "^3.6.1", "eslint-config-airbnb-base": "^8.0.0", "eslint-config-pob": "^7.6.0", "eslint-plugin-babel": "^3.3.0", "eslint-plugin-import": "^1.16.0", "komet": "^0.1.3", "komet-karma": "^0.2.3", "pob-babel": "^9.0.0", "pob-release": "^2.2.2", "tcomb-forked": "^3.4.0" } }