-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.31 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.31 KB
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": "stalk-messenger-server",
"version": "0.1.1",
"description": "stalk server, session and channel server",
"contributors": [
{
"name": "John Kim",
"email": "yohany@gmail.com"
},
{
"name": "James Jung",
"email": "0nlyoung7@gmail.com"
}
],
"bugs": {
"url": "https://github.com/s5platform/stalk-messenger-server/issues",
"email": "stalk.software@gmail.com"
},
"bin": {
"stalk": "bin/start"
},
"repository": {
"type": "git",
"url": "git@github.com:S5Platform/stalk-messenger-server.git"
},
"scripts": {
"start": "./bin/start",
"dashboard": "parse-dashboard"
},
"license": "MIT",
"dependencies": {
"apn": "^2.1.4",
"body-parser": "^1.17.1",
"cors": "^2.8.1",
"express": "^4.15.2",
"node-gcm": "^0.14.5",
"optimist": "^0.6.1",
"parse":"1.9.2",
"parse-server": "^2.5.3",
"parse-server-mailgun-adapter-template": "github:S5Platform/parse-server-mailgun-adapter-template",
"parse-server-push-adapter": "^2.0.0-alpha.1",
"stalk-messenger-options": "github:S5Platform/stalk-messenger-options",
"uuid": "^3.0.1",
"xpush": "github:xpush/node-xpush",
"parse-server-s3-adapter": "^1.2.0"
},
"engines": {
"node": ">=4.3"
},
"devDependencies": {
"parse-dashboard": "^1.0.22"
}
}