fst – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 {
2 "name": "fst-web",
3 "version": "1.0.0",
4 "description": "web interface for FST",
5 "main": "index.html",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [
10 "fst",
11 "synchronize",
12 "firewall"
13 ],
14 "author": "Wizardry and Steamworks <office@grimore.org>",
15 "license": "MIT",
16 "dependencies": {
17 "@highcharts/map-collection": "^1.1.2",
18 "angular": "^1.7.5",
19 "bootstrap3": "^3.3.5",
20 "datatables.net": "^1.10.19",
21 "datatables.net-bs": "^1.10.19",
22 "datatables.net-buttons": "^1.5.4",
23 "datatables.net-buttons-bs": "^1.5.4",
24 "highcharts": "^7.0.1",
25 "jquery": "^3.3.1",
26 "jszip": "^3.1.5",
27 "pdfmake": "^0.1.40",
28 "push-menu": "^2.0.8",
29 "vis": "^4.21.0"
30 }
31 }