forked from Samsung/SamsungAutomationStudio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.08 KB
/
package.json
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
{
"name": "node-red-contrib-samsung-automation-studio-nodes",
"version": "1.1.12",
"description": "Samsung Automation Studio Nodes for Node-RED",
"keywords": [
"SmartThings",
"Bixby",
"node-red",
"Samsung Automation Studio",
"AWS"
],
"license": "Apache 2.0",
"repository": {
"type": "git",
"url": "https://github.com/Samsung/SamsungAutomationStudio"
},
"node-red": {
"nodes": {
"SmartThings": "101-SmartThings.js",
"Bixby": "102-Bixby.js",
"Auth": "201-basicauth.js",
"AWS": "301-AWS.js",
"DB": "302-DB.js",
"SlackNotification": "303-SlackNotification.js"
}
},
"dependencies": {
"aws-sdk": "^2.732.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"http-signature": "^1.3.2",
"is-utf8": "^0.2.1",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.2",
"mustache": "^4.0.0",
"mysql": "~2.18.1",
"on-headers": "^1.0.2",
"pg": "^8.3.0",
"proxy-agent": "^5.0",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"when": "3.7.8"
}
}