aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/package.json
blob: ec795bad32d8fdc82ffdc5a04a52aef6613f1fe5 (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"
    }
  }