forked from GetStream/stream-react-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.08 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.08 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
{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "9.x"
},
"dependencies": {
"algoliasearch": "^3.24.9",
"async": "^2.6.0",
"bunyan": "^1.8.12",
"bunyan-winston-adapter": "^0.2.0",
"fb": "^2.0.0",
"getstream": "^3.10.0",
"jsonwebtoken": "^8.1.0",
"keen.io": "^0.1.3",
"knox": "^0.9.2",
"mapbox-geocoding": "^0.1.5",
"mysql": "^2.15.0",
"node-uuid": "^1.4.8",
"raven": "^2.3.0",
"restify": "^6.3.4",
"restify-jwt": "^0.4.0",
"restify-plugins": "^1.6.0",
"stack-trace": "^0.0.10",
"winston": "^2.4.0",
"winston-mail": "^1.3.0",
"winston-sentry": "^0.2.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GetStream/stream-react-example.git"
},
"keywords": ["GetStream"],
"author": "Nick Parsons <nick@getstream.io>",
"license": "ISC",
"bugs": {
"url": "https://github.com/GetStream/stream-react-example/issues"
},
"homepage": "https://github.com/GetStream/stream-react-example#readme"
}