hubot-idobata
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "hubot-idobata", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Idobata adapter for GitHub's Hubot", | ||
"main": "./src/idobata", | ||
"scripts": { | ||
"test": "mocha --compilers coffee:coffee-script test" | ||
"test": "mocha --compilers coffee:coffee-script/register test" | ||
}, | ||
@@ -24,12 +24,12 @@ "repository": { | ||
"dependencies": { | ||
"request": "~> 2.30.0", | ||
"pusher-client": "~> 0.2.1", | ||
"hubot": "~> 2.7.1" | ||
"request": "~> 2.34", | ||
"pusher-client": "~> 0.2.1" | ||
}, | ||
"devDependencies": { | ||
"coffee-script": "~> 1.6.3", | ||
"coffee-script": "~> 1.7.1", | ||
"mocha": "~> 1.17.1", | ||
"chai": "~> 1.8.1", | ||
"sinon": "~> 1.7.3", | ||
"nock": "~> 0.27.1" | ||
"chai": "~> 1.9.0", | ||
"sinon": "~> 1.8.2", | ||
"nock": "~> 0.27.1", | ||
"hubot": "~> 2.7.1" | ||
}, | ||
@@ -36,0 +36,0 @@ "engines": { |
# hubot-idobata | ||
[![Build Status](https://travis-ci.org/idobata/hubot-idobata.png)](https://travis-ci.org/idobata/hubot-idobata) | ||
Idobata adapter for GitHub's Hubot | ||
@@ -60,5 +62,24 @@ | ||
## Test | ||
## Development | ||
### Install | ||
To customize hubot-idobata, it is recommended to work in your bot.<br> | ||
After clone, you can install it from your local path. | ||
``` sh | ||
$ git clone https://github.com/idobata/hubot-idobata.git | ||
$ cd /path/to/your/pretty/bot | ||
$ npm install /path/to/hubot-idobata | ||
``` | ||
You need to re-install it every time you edit `/path/to/hubot-idobata/*`. | ||
**Caution** | ||
If you clone hubot-idobata to under `node_modules/`, hubot *couldn't respond* your message.<br> | ||
(see: [idobata/hubot-idobata#1](https://github.com/idobata/hubot-idobata/issues/1)) | ||
### Test | ||
``` sh | ||
$ npm test | ||
@@ -65,0 +86,0 @@ ``` |
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
57769
2
11
106
6
+ Addedqs@0.6.6(transitive)
+ Addedrequest@2.34.0(transitive)
+ Addedtldts@6.1.68(transitive)
+ Addedtldts-core@6.1.68(transitive)
+ Addedtough-cookie@5.0.0(transitive)
- Removedhubot@~> 2.7.1
- Removedbuffer-crc32@0.2.1(transitive)
- Removedbytes@0.2.0(transitive)
- Removedcoffee-script@1.6.3(transitive)
- Removedcommander@1.2.0(transitive)
- Removedconnect@2.8.4(transitive)
- Removedcookie@0.1.0(transitive)
- Removedcookie-signature@1.0.1(transitive)
- Removeddebug@4.4.0(transitive)
- Removedexpress@3.3.4(transitive)
- Removedformidable@1.0.14(transitive)
- Removedfresh@0.1.0(transitive)
- Removedhubot@2.7.5(transitive)
- Removedkeypress@0.1.0(transitive)
- Removedlog@1.4.0(transitive)
- Removedmethods@0.0.1(transitive)
- Removedmkdirp@0.3.5(transitive)
- Removedms@2.1.3(transitive)
- Removedoptparse@1.0.4(transitive)
- Removedpause@0.0.1(transitive)
- Removedpunycode@2.3.1(transitive)
- Removedqs@0.6.5(transitive)
- Removedrange-parser@0.0.4(transitive)
- Removedrequest@2.30.0(transitive)
- Removedscoped-http-client@0.9.8(transitive)
- Removedsend@0.1.3(transitive)
- Removedtough-cookie@0.9.15(transitive)
- Removeduid2@0.0.2(transitive)
Updatedrequest@~> 2.34