blob: a31cf945720b97f9df14d1bc64a3f26aa4031180 [file] [log] [blame]
Radek Krejci49904942018-01-29 13:32:11 +01001{
2 "name": "Netopeer2GUI",
3 "version": "0.1.0",
4 "description": "NETCONF management center",
5 "main": "index.html",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/CESNET/Netopeer2GUI.git"
9 },
10 "author": "",
11 "license": "BSD",
12 "bugs": {
13 "url": "https://github.com/CESNET/Netopeer2GUI/issues"
14 },
15 "homepage": "https://github.com/CESNET/Netopeer2GUI",
16 "dependencies" : {
17 "@angular/material": "^5.0.0",
18 "@angular/cdk": "^5.0.0"
19 }
20}