-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
48 lines (48 loc) · 1.14 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
46
47
48
{
"name": "node-red-contrib-samsung-automation-studio-nodes",
"version": "1.1.23",
"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",
"DataExtractor": "401-DataExtractor.js"
}
},
"dependencies": {
"aws-sdk": "^2.732.0",
"axios": "^0.24.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",
"mustache": "^4.0.0",
"mysql": "~2.18.1",
"on-headers": "^1.0.2",
"pg": "^8.3.0",
"proxy-agent": "^5.0",
"when": "3.7.8",
"xml2js": "^0.6.2"
},
"devDependencies": {
"grunt": "^1.6.1"
}
}