-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.19 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.19 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
{
"name": "csweb",
"version": "0.3.0-wodk.1",
"description": "CommonSense web application",
"main": "dist-npm/index.js",
"typings": "dist-npm/index",
"author": {
"name": "Arnoud de Jong",
"email": "damylen@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/TNOCS/csWeb"
},
"license": "MIT",
"dependencies": {
"async": "^1.5.2",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.0",
"cors": "^2.7.1",
"compression": "^1.6.2",
"express": "^4.13.4",
"fs-extra": "^0.26.7",
"jasmine": "^2.4.1",
"jwt-simple": "^0.5.0",
"kafka-node": "^0.5.9",
"lru-cache": "^4.0.1",
"mqtt": "^1.7.4",
"mqtt-router": "^0.5.0",
"proj4": "^2.3.14",
"request": "^2.69.0",
"serve-favicon": "^2.3.0",
"hypertimer": "^2.1.3",
"sift": "^3.2.1",
"socket.io": "^1.4.5",
"underscore": "^1.8.3",
"which": "^1.2.4",
"winston": "^2.2.0",
"xml2js": "^0.4.16",
"snyk": "^1.25.0"
},
"bugs": {
"url": "https://github.com/TNOCS/csWeb/issues"
},
"homepage": "https://github.com/TNOCS/csWeb",
"scripts": {
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}