blob: 4f2d1fde0138207807455a2a9881798d5cde989c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "xds-server-minimal-dashboard",
"version": "1.0.0",
"description": "X (cross) Development System minimal dashboard",
"repository": {
"type": "git",
"url": "https://gerrit.automotivelinux.org/gerrit/src/xds/xds-server"
},
"author": "Sebastien Douheret [IoT.bzh]",
"license": "Apache-2.0",
"bugs": {
"url": "https://jira.automotivelinux.org/projects/SPEC/issues"
},
"dependencies": {
"font-awesome": "^4.7.0"
}
}
|