Skip to content

Commit fb0b5f5

Browse files
committed
first npm package
1 parent d1d2b55 commit fb0b5f5

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
## [0.0.1] - 2017-04-27
8+
- Initial release as an NPM package

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "strophejs-plugin-chatstates",
3+
"version": "0.0.1",
4+
"description": "A Strophe.js plugin for chat state notifications (XEP-0085)",
5+
"main": "strophe.chatstates.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/strophe/strophejs-plugin-chatstates.git"
12+
},
13+
"keywords": [
14+
"strophe.js",
15+
"strophe",
16+
"xmpp",
17+
"plugin"
18+
],
19+
"author": "The strophe plugin developers",
20+
"license": "MIT",
21+
"bugs": {
22+
"url": "https://github.com/strophe/strophejs-plugin-chatstates/issues"
23+
},
24+
"homepage": "https://github.com/strophe/strophejs-plugin-chatstates#readme"
25+
}

0 commit comments

Comments
 (0)