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