-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
45 lines (45 loc) · 1 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
{
"name": "weert",
"version": "0.7.0",
"type": "module",
"private": true,
"description": "Logging for real-time data streams",
"scripts": {
"start": "node ./server/server",
"test": "jasmine --config=spec/support/jasmine.json",
"env": "env"
},
"author": {
"name": "Tom Keffer",
"email": "tkeffer@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/tkeffer/weert-js"
},
"dependencies": {
"async": "^3.2.4",
"basic-auth": "^2.0.1",
"body-parser": "^1.20.0",
"classnames": "^2.3.2",
"compression": "^1.7.4",
"cron": "^2.1.0",
"debug": "^4.3.4",
"express": "^4.19.2",
"hbs": "^4.2.0",
"influx": "^5.9.3",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"normalize-url": "^7.2.0",
"path": "^0.12.7",
"socket.io": "^4.6.2",
"url": "^0.11.0"
},
"devDependencies": {
"express": "^4.19.2",
"frisby": "^2.1.3",
"jasmine": "^4.5.0",
"lodash": "^4.17.21",
"request": "^2.88.2"
}
}