-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
31 lines (31 loc) · 892 Bytes
/
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
{
"name": "covid19-dashboard",
"version": "1.0.0",
"description": "Dashboard monitoring evolution covid 19",
"main": "index.js",
"scripts": {
"start": "node-red --settings ./.node-red/settings.js --userDir ./.node-red",
"debug": "node-red --inspector --settings ./.node-red/settings.js --userDir ./.node-red",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/genova/covid19.git"
},
"keywords": [
"nodered",
"covid19"
],
"author": "Mamadou Diagne",
"license": "MIT",
"bugs": {
"url": "https://github.com/genova/covid19/issues"
},
"homepage": "https://github.com/genova/covid19#readme",
"dependencies": {
"node-red": "^3.1.9",
"node-red-contrib-web-worldmap": "^2.3.1",
"node-red-dashboard": "^2.26.2",
"node-red-node-ui-table": "^0.3.1"
}
}