hubot-help
Advanced tools
Comparing version 0.2.2 to 1.0.0
{ | ||
"name": "hubot-help", | ||
"description": "A hubot script to show available hubot commands", | ||
"version": "0.2.2", | ||
"version": "1.0.0", | ||
"publishConfig": { | ||
"tag": "next" | ||
}, | ||
"author": "Josh Nichols <josh@technicalpickles.com>", | ||
@@ -11,8 +14,11 @@ "license": "MIT", | ||
], | ||
"engines": { | ||
"node": "> 4.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/hubot-scripts/hubot-help.git" | ||
"url": "https://github.com/hubotio/hubot-help.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/hubot-scripts/hubot-help/issues" | ||
"url": "https://github.com/hubotio/hubot-help/issues" | ||
}, | ||
@@ -24,23 +30,29 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"chai": "~3.5.0", | ||
"coffee-coverage": "~1.0.1", | ||
"coffee-script": "^1.12.6", | ||
"coffeelint": "^1.16.0", | ||
"grunt": "~1.0.1", | ||
"grunt-contrib-watch": "~1.0.0", | ||
"grunt-mocha-test": "~0.7.0", | ||
"grunt-release": "~0.14.0", | ||
"hubot": "2.x", | ||
"hubot-mock-adapter": "~1.0.0", | ||
"istanbul": "~0.4.5", | ||
"matchdep": "~0.1.2", | ||
"mocha": "~3.0.2", | ||
"sinon": "~1.4.2", | ||
"sinon-chai": "~2.8.0" | ||
"chai": "^3.5.0", | ||
"coveralls": "^2.13.1", | ||
"grunt": "^1.0.1", | ||
"grunt-contrib-watch": "^1.0.0", | ||
"grunt-mocha-test": "^0.7.0", | ||
"grunt-release": "^0.14.0", | ||
"hubot": "^3.0.0", | ||
"hubot-mock-adapter-v3": "^1.0.0", | ||
"matchdep": "^0.1.2", | ||
"mocha": "^3.0.2", | ||
"nyc": "^11.0.3", | ||
"sinon": "^1.4.2", | ||
"sinon-chai": "^2.8.0", | ||
"standard": "^10.0.2", | ||
"semantic-release": "^6.3.6" | ||
}, | ||
"main": "index.coffee", | ||
"scripts": { | ||
"test": "mocha", | ||
"posttest": "coffeelint **/*.coffee index.coffee && istanbul report text-summary lcov" | ||
} | ||
} | ||
"pretest": "standard", | ||
"test": "nyc --reporter=html --reporter=text mocha", | ||
"coverage": "nyc report --reporter=text-lcov | coveralls", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"src" | ||
] | ||
} |
Hubot Help Plugin | ||
================== | ||
[![Version](https://img.shields.io/npm/v/hubot-help.svg)](https://www.npmjs.com/package/hubot-help) | ||
[![Build Status](https://img.shields.io/travis/hubotio/hubot-help.svg)](https://travis-ci.org/hubotio/hubot-help) | ||
[![Build Status](https://travis-ci.org/hubotio/hubot-help.svg?branch=master)](https://travis-ci.org/hubotio/hubot-help) [![Coverage Status](https://coveralls.io/repos/github/hubotio/hubot-help/badge.svg?branch=master)](https://coveralls.io/github/hubotio/hubot-help?branch=master) | ||
@@ -7,0 +6,0 @@ A hubot script to show available hubot commands |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
116
1
0
6412
4
48