Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions package.json

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{
"name": "hubot-zulip",
"version": "0.2.0",
"description": "Hubot adapter for Zulip",
"main": "adapter.coffee",
"files": [
"adapter.coffee",
"README.md"
],
"dependencies": {
"zulip": "^0.1.0"
},
"devDependencies": {
"coffeescript": "^2.7.0"
},
"scripts": {
"test": "echo "No tests specified" && exit 0"
},
"keywords": [
"zulip",
"hubot"
],
"repository": {
"type": "git",
"url": "https://github.com/YagoGG/hubot-zulip.git"
},
"bugs": {
"url": "https://github.com/YagoGG/hubot-zulip/issues"
},
"homepage": "https://github.com/YagoGG/hubot-zulip#readme",
"author": "Zulip open source project",
"license": "MIT",
"engines": {
"node": ">=12"
}
}

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hubot-zulip",
"version": "0.1.0",
"version": "0.2.0",
"description": "Hubot adapter for Zulip",
"main": "adapter.coffee",
"dependencies": {
Expand All @@ -12,8 +12,11 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["zulip", "hubot"],
"repository":"https://github.com/zulip/hubot-zulip",
"author": "Zulip, Inc.",
"keywords": [
"zulip",
"hubot"
],
"repository": "https://github.com/zulip/hubot-zulip",
"author": "Zulip open source project",
"license": "MIT"
}