-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 979 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
32
33
34
35
36
37
38
39
{
"name": "e-inkdashboard",
"version": "0.4.3",
"description": "e-ink screens - optimized dashboard with some Signal K instruments",
"main": "index.js",
"author": "Vladimir Kalachikhin",
"license": "CC BY-NC-SA 4.0",
"keywords": [
"signalk-node-server-plugin",
"signalk-webapp",
"signalk-category-instruments",
"e-ink"
],
"homepage": "https://github.com/VladimirKalachikhin/e-inkDashboard#readme",
"bugs": {
"url": "https://github.com/VladimirKalachikhin/e-inkDashboard/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/VladimirKalachikhin/e-inkDashboard.git"
},
"funding": [
{
"type": "individual",
"url": "https://sobe.ru/na/galadrielmap"
}
],
"files": [
"screenshots/",
"static/",
"internationalisation/",
"public/"
],
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}