forked from mean-expert-official/loopback-component-pubsub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.25 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
53
{
"name": "loopback-component-pubsub",
"version": "1.1.2",
"description": "A LoopBack component that provides publish/subscribe over WebSockets",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha test/*_test.js"
},
"keywords": [
"IBM",
"StrongLoop",
"LoopBack",
"PubSub",
"WebSockets",
"SocketIO"
],
"author": {
"name": "Jonathan Casarrubias",
"email": "http://twitter.com/johncasarrubias"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/autogrowsystems/loopback-component-pubsub.git"
},
"dependencies": {
"async": "^1.5.2",
"debug": "^2.2.0",
"socket.io": "^1.4.6",
"nats": "^0.6.8",
"socketio-auth": "0.0.5"
},
"gitHead": "7119e10249d790d61a0e5811f8e51e1a68f776e4",
"bugs": {
"url": "https://github.com/autogrowsystems/loopback-component-pubsub/issues"
},
"homepage": "https://github.com/autogrowsystems/loopback-component-pubsub",
"maintainers": [
{
"name": "jcasarrubias",
"email": "jcasarrubias@mean.expert"
},
{
"name": "Robert McLeod",
"email": "robert@autogrow.com"
}
],
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.7.1",
"mocha": "^3.1.2"
}
}