File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments