4 Commits

Author SHA1 Message Date
2ff10577c0 0.8.0 2017-05-09 17:33:28 +02:00
989b8436c2 Add README 2017-05-09 17:33:18 +02:00
b4cc920d48 0.7.1 2017-05-09 16:59:03 +02:00
69e7140991 Add repository info to package config 2017-05-09 16:58:49 +02:00
2 changed files with 27 additions and 1 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
[![Release](https://img.shields.io/npm/v/remotestorage-module-chat-messages.svg?style=flat)](https://github.com/67P/remotestorage-module-chat-messages/releases)
# remoteStorage Module: Chat Messages
Stores chat messages in daily archive documents.
Please feel free to open GitHub issues for questions, feature requests,
protocol proposals, and whatever else you like.
## Protocols
### Currently supported
* IRC
* XMPP
### Planned
* Mattermost
* Matrix
* Slack
* ...

View File

@@ -1,6 +1,6 @@
{
"name": "remotestorage-module-chat-messages",
"version": "0.7.0",
"version": "0.8.0",
"description": "Stores chat messages in daily archive files",
"main": "./dist/build.js",
"scripts": {
@@ -13,6 +13,10 @@
"Sebastian Kippe <sebastian@kip.pe>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/67P/remotestorage-module-chat-messages.git"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",