2018-08-17 23:10:54 +02:00
|
|
|
{
|
|
|
|
"name": "@node-red/editor",
|
|
|
|
"version": "0.20.0",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"main": "./lib/index.js",
|
2018-08-20 21:31:29 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/node-red/node-red.git"
|
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{ "name": "Nick O'Leary" },
|
|
|
|
{ "name": "Dave Conway-Jones"}
|
|
|
|
],
|
2018-08-17 23:10:54 +02:00
|
|
|
"dependencies": {
|
|
|
|
"body-parser": "1.18.3",
|
|
|
|
"clone": "2.1.2",
|
|
|
|
"express": "4.16.3",
|
|
|
|
"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"
|
|
|
|
}
|
2018-08-20 21:31:29 +02:00
|
|
|
}
|