-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
62 lines (62 loc) · 1.32 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
54
55
56
57
58
59
60
61
62
{
"name": "telepat-worker",
"version": "0.4.4",
"description": "Telepat Workers are responsible for processing requests coming from the API and sending notifications to clients",
"main": "index.js",
"scripts": {
"start": "./bin/startup.sh",
"stop": "./bin/stop.sh",
"restart": "./bin/restart.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:telepat-io/telepat-worker.git"
},
"keywords": [
"telepat",
"worker",
"kafka"
],
"author": {
"name": "Răzvan Botea",
"email": "razvan@telepat.io"
},
"contributors": [
{
"name": "Răzvan Botea",
"email": "razvan@telepat.io"
},
{
"name": "Gabi Dobocan",
"email": "gabi@telepat.io"
}
],
"engines": {
"node": ">=0.12.0"
},
"bugs": {
"url": "https://github.com/telepat-io/telepat-worker/issues"
},
"license": "Apache-2.0",
"dependencies": {
"apn": "2.1.3",
"async": "1.5.0",
"aws-sdk": "2.3.15",
"bfj": "^1.1.0",
"clone": "^1.0.2",
"colors": "^1.1.0",
"electron": "^0.4.1",
"hiredis": "^0.4.0",
"mandrill-api": "^1.0.41",
"microtime-nodejs": "^1.0.0",
"node-gcm": "0.14.4",
"node-gcm-service": "^0.2.8",
"object-sizeof": "^1.0.6",
"redis": "^0.12.1",
"socket.io": "1.4.4",
"telepat-models": "0.4.4",
"underscore": "1.8.3",
"uuid": "^2.0.1"
}
}