nodebb-plugin-chats-global/package.json

28 lines
597 B
JSON
Raw Permalink Normal View History

2014-06-04 20:08:24 +00:00
{
2017-10-12 18:52:20 +00:00
"name": "nodebb-plugin-chats-global",
"version": "1.0.0",
"description": "Creates a global chat with all users inside",
2014-06-04 20:08:24 +00:00
"main": "library.js",
"repository": {
"type": "git",
2017-10-12 18:52:20 +00:00
"url": "https://github.com/adlerosn/nodebb-plugin-chats-global"
2014-06-04 20:08:24 +00:00
},
"keywords": [
"nodebb",
"plugin",
2017-10-12 18:52:20 +00:00
"chats"
2014-06-04 20:08:24 +00:00
],
"author": {
2017-10-12 18:52:20 +00:00
"name": "Adler Neves",
"email": "adlerosn@gmail.com"
2014-06-04 20:08:24 +00:00
},
"license": "MIT",
2014-06-04 20:08:24 +00:00
"bugs": {
2017-10-12 18:52:20 +00:00
"url": "https://github.com/adlerosn/nodebb-plugin-chats-global/issues"
2014-06-04 20:08:24 +00:00
},
"readmeFilename": "README.md",
"nbbpm": {
2017-10-12 18:52:20 +00:00
"compatibility": "^1.6.0"
}
2014-06-04 20:08:24 +00:00
}