hubot-rules
Advanced tools
Comparing version 0.1.2 to 1.0.0
{ | ||
"name": "hubot-rules", | ||
"description": "A hubot script that explains the rules", | ||
"version": "0.1.2", | ||
"version": "1.0.0", | ||
"author": "Josh Nichols <technicalpickles@github.com>", | ||
"license": "MIT", | ||
"keywords": "hubot, hubot-scripts", | ||
"keywords": [ | ||
"hubot", | ||
"hubot-scripts" | ||
], | ||
"engines": { | ||
"node": "> 4.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/hubot-scripts/hubot-rules.git" | ||
"url": "https://github.com/hubotio/hubot-rules.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/hubot-scripts/hubot-rules/issues" | ||
"url": "https://github.com/hubotio/hubot-rules/issues" | ||
}, | ||
@@ -21,18 +27,19 @@ "dependencies": {}, | ||
"chai": "^2.1.1", | ||
"coffee-script": "1.6.3", | ||
"grunt": "^0.4.5", | ||
"grunt-cli": "^0.1.13", | ||
"grunt-contrib-watch": "~0.6.1", | ||
"grunt-mocha-test": "~0.12.7", | ||
"grunt-release": "~0.11.0", | ||
"hubot": "2.x", | ||
"matchdep": "~0.3.0", | ||
"coveralls": "^2.13.1", | ||
"hubot": "^3.0.0", | ||
"hubot-mock-adapter-v3": "^1.0.1", | ||
"mocha": "^2.1.0", | ||
"nyc": "^11.0.3", | ||
"sinon": "^1.13.0", | ||
"sinon-chai": "^2.7.0" | ||
"sinon-chai": "^2.7.0", | ||
"standard": "^10.0.2", | ||
"semantic-release": "^6.3.6" | ||
}, | ||
"main": "index.coffee", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "grunt test" | ||
"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" | ||
} | ||
} | ||
} |
@@ -0,1 +1,3 @@ | ||
[![Build Status](https://travis-ci.org/hubotio/hubot-rules.svg?branch=master)](https://travis-ci.org/hubotio/hubot-rules) [![Coverage Status](https://coveralls.io/repos/github/hubotio/hubot-rules/badge.svg?branch=master)](https://coveralls.io/github/hubotio/hubot-rules?branch=master) | ||
# hubot-rules | ||
@@ -5,3 +7,3 @@ | ||
See [`src/rules.coffee`](src/rules.coffee) for full documentation. | ||
See [`src/rules.js`](src/rules.js) for full documentation. | ||
@@ -25,6 +27,6 @@ ## Installation | ||
``` | ||
user1>> hubot what are the rules | ||
hubot>> 1. A robot may not injure a human being or, through inaction, allow a human being to come to harm. | ||
hubot>> 2. A robot must obey any orders given to it by human beings, except where such orders would conflict with the First Law. | ||
hubot>> 3. A robot must protect its own existence as long as such protection does not conflict with the First or Second Law. | ||
hubot> hubot what are the rules | ||
hubot> 1. A robot may not injure a human being or, through inaction, allow a human being to come to harm. | ||
hubot> 2. A robot must obey any orders given to it by human beings, except where such orders would conflict with the First Law. | ||
hubot> 3. A robot must protect its own existence as long as such protection does not conflict with the First or Second Law. | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
5616
10
80
1
31
0
8