webcom
Version:
Webcom library
40 lines (39 loc) • 811 B
JSON
{
"name": "webcom",
"version": "3.10.1",
"description": "Webcom library",
"main": "webcom-node.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"flexible datasync",
"webcom",
"real-time",
"database",
"backend as a service",
"BaaS",
"serverless",
"message broker",
"javascript",
"nodejs",
"sdk"
],
"author": "Webcom <webcom.ops@orange.com>",
"contributors": [
{
"name": "Julien Delage",
"email": "julien.delage@orange.com"
},
{
"name": "Vincent Louis",
"email": "vincent.louis@orange.com"
}
],
"engines": {
"node": ">=6.13.0"
},
"dependencies": {"faye-websocket":"^0.11.4"},
"readmeFilename": "README.md",
"license" : "SEE LICENSE IN LICENSE.md"
}