forked from mean-expert-official/loopback-component-realtime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.23 KB
/
package.json
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
48
49
50
51
52
{
"name": "@mean-expert/loopback-component-realtime",
"version": "1.0.1",
"description": "The LoopBack Component that turns this great framework into a powerful real-time platform",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"IBM",
"StrongLoop",
"LoopBack",
"Angular 2",
"LoopBack SDK Builder",
"LoopBack Component Real-Time",
"FireLoop"
],
"files": [
"index.js",
"package.json",
"LICENSE.md",
"README.md",
"CHANGELOG.md",
"dist"
],
"author": {
"name": "Jonathan Casarrubias",
"email": "[email protected]",
"url": "http://mean.expert"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mean-expert-official/loopback-component-realtime"
},
"dependencies": {
"async": "^2.6.1",
"chalk": "^2.4.1",
"loopback-context": "^1.0.0",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"underscore": "^1.9.1"
},
"devDependencies": {
"@types/async": "^2.0.49",
"@types/chalk": "^2.2.0",
"@types/socket.io": "^1.4.36",
"@types/socket.io-client": "^1.4.32",
"@types/underscore": "^1.8.8",
"typescript": "^2.0.2"
}
}