Regenerated package.js (via npm init)
This commit is contained in:
parent
5c5564b120
commit
1c95e473f9
30
package.json
30
package.json
@ -1,5 +1,29 @@
|
||||
{
|
||||
"name": "Converse.js",
|
||||
"description": "Converse.js is a web based XMPP/Jabber instant messaging client",
|
||||
"version": "0.4.1"
|
||||
"name": "converse.js",
|
||||
"version": "0.5.0",
|
||||
"description": "Browser based XMPP instant messaging client",
|
||||
"main": "main.js",
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
},
|
||||
"scripts": {
|
||||
"test": ""
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jcbrand/converse.js.git"
|
||||
},
|
||||
"keywords": [
|
||||
"XMPP",
|
||||
"Jabber",
|
||||
"chat",
|
||||
"messaging",
|
||||
"chatrooms",
|
||||
"webchat"
|
||||
],
|
||||
"author": "JC Brand",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/jcbrand/converse.js/issues"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user