-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 985 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "webcom",
"version": "2.7.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>",
"repository": {
"type": "git",
"url": "https://github.com/webcom-components/webcom-npm.git"
},
"contributors": [
{
"name": "Julien Delage",
"email": "julien.delage@orange.com"
},
{
"name": "Vincent Louis",
"email": "vincent.louis@orange.com"
}
],
"engines": {
"node": ">=0.10.33"
},
"dependencies": {
"faye-websocket": "~0.11.1",
"request": "~2.88.0",
"babel-runtime": "^6.26.0"
},
"readmeFilename": "README.md",
"license" : "SEE LICENSE IN LICENSE.md"
}