You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
316 B
12 lines
316 B
{
|
|
"name": "node-red-project",
|
|
"description": "A Node-RED Project",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"node-red-dashboard": "~2.29.3",
|
|
"node-red-node-mysql": "~0.1.9",
|
|
"node-red-node-ping": "~0.3.1",
|
|
"node-red-node-ui-table": "~0.3.11"
|
|
}
|
|
}
|
|
|