forked from openiap/opencore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json.old
More file actions
42 lines (42 loc) · 1 KB
/
Copy pathpackage.json.old
File metadata and controls
42 lines (42 loc) · 1 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
{
"name": "openflow",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^11.13.0"
},
"dependencies": {
"@types/amqplib": "^0.5.11",
"@types/bcryptjs": "^2.4.2",
"@types/bson": "^4.0.0",
"@types/es6-promise": "^3.3.0",
"@types/express": "^4.16.1",
"@types/jsonwebtoken": "^8.3.2",
"@types/mongodb": "^3.1.22",
"@types/passport": "^1.0.0",
"@types/ws": "^6.0.1",
"amqplib": "^0.5.3",
"bcryptjs": "^2.4.3",
"bson": "^4.0.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"cookie-session": "^1.3.3",
"crypto": "^1.0.1",
"express": "^4.16.4",
"gulp": "^4.0.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.2.2",
"passport": "^0.4.0",
"passport-saml-metadata": "^1.6.0",
"samlp": "^3.4.0",
"winston": "^3.2.1",
"ws": "^6.2.1"
}
}