Skip to content

Commit

Permalink
first npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
sualko committed Apr 27, 2017
1 parent d1d2b55 commit fb0b5f5
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.0.1] - 2017-04-27
- Initial release as an NPM package
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "strophejs-plugin-chatstates",
"version": "0.0.1",
"description": "A Strophe.js plugin for chat state notifications (XEP-0085)",
"main": "strophe.chatstates.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/strophe/strophejs-plugin-chatstates.git"
},
"keywords": [
"strophe.js",
"strophe",
"xmpp",
"plugin"
],
"author": "The strophe plugin developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/strophe/strophejs-plugin-chatstates/issues"
},
"homepage": "https://github.com/strophe/strophejs-plugin-chatstates#readme"
}

0 comments on commit fb0b5f5

Please sign in to comment.