-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 883 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 883 Bytes
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
{
"name": "node-red-azure-nodes",
"version": "1.0.12",
"description": "",
"author": "Authomize LTD",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0"
},
"node-red" : {
"nodes": {
"azure_users_to_id": "azure_users_to_id.js",
"azure_create_group": "azure_create_group.js",
"azure_does_group_exist": "azure_does_group_exist.js",
"azure_add_user_to_group": "azure_add_user_to_group.js",
"azure_remove_user_from_group": "azure_remove_user_from_group.js",
"azure_is_user_in_group": "azure_is_user_in_group.js",
"azure_reset_user_password": "azure_reset_user_password.js",
"azure_remove_user_from_app": "azure_remove_user_from_app.js",
"azure_disable_user": "azure_disable_user.js",
"azure_revoke_signin_sessions": "azure_revoke_signin_sessions.js",
"azure_config": "azure_config.js"
}
}
}