1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Add inter-module dependencies to package.json

This commit is contained in:
Nick O'Leary 2018-08-30 12:56:31 +01:00
parent 9da58dbaf0
commit 2980818f0d
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
3 changed files with 12 additions and 7 deletions

View File

@ -12,20 +12,22 @@
{ "name": "Dave Conway-Jones"}
],
"dependencies": {
"@node-red/util": "*",
"@node-red/editor-client": "*",
"bcryptjs": "2.4.3",
"body-parser": "1.18.3",
"clone": "2.1.2",
"cors": "2.8.4",
"express-session": "1.15.6",
"express": "4.16.3",
"memorystore": "1.6.0",
"mime": "1.4.1",
"mustache": "2.3.1",
"oauth2orize": "1.11.0",
"passport": "0.4.0",
"ws": "1.1.5",
"bcryptjs": "2.4.3",
"cors": "2.8.4",
"express-session": "1.15.6",
"memorystore": "1.6.0",
"passport-http-bearer": "1.0.1",
"passport-oauth2-client-password": "0.1.2",
"when": "3.7.8"
"passport": "0.4.0",
"when": "3.7.8",
"ws": "1.1.5"
}
}

View File

@ -12,6 +12,7 @@
{ "name": "Dave Conway-Jones"}
],
"dependencies": {
"@node-red/util": "*",
"semver": "5.5.1",
"uglify-js": "3.4.8",
"when": "3.7.8"

View File

@ -12,6 +12,8 @@
{ "name": "Dave Conway-Jones"}
],
"dependencies": {
"@node-red/registry": "*",
"@node-red/util": "*",
"clone": "2.1.2",
"express": "4.16.3",
"fs-extra": "5.0.0",