-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 983 Bytes
/
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
{
"name": "logs-service",
"version": "1.0.0",
"description": "A Logs Socket Server and API.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "heroku local -f Procfile -e .env.local"
},
"keywords": [
"logs",
"capturing logs",
"logs service"
],
"repository": {
"type": "git",
"url": "https://github.com/bzmp125/logs-service"
},
"author": "Bakani Pilime <bzmpilime@gmail.com> (https://github.com/bzmp125)",
"license": "ISC",
"dependencies": {
"algoliasearch": "^3.22.3",
"assert": "^1.4.1",
"base-64": "^0.1.0",
"body-parser": "^1.17.2",
"browser-sync": "^2.18.12",
"cors": "^2.8.3",
"express": "^4.15.3",
"json-parser": "^1.1.5",
"lodash": "^4.17.4",
"md5": "^2.2.1",
"memjs": "^0.10.2",
"mongoose": "^4.10.4",
"node-rest-client": "^3.1.0",
"socket.io": "^2.0.2"
},
"engines": {
"node":"7.5.0",
"npm":"4.1.2"
}
}