-
Notifications
You must be signed in to change notification settings - Fork 11
/
bower.json
38 lines (38 loc) · 895 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "lwot",
"description": "",
"main": "",
"authors": [
"ple <[email protected]>",
"proin <[email protected]>"
],
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"www/libs",
"test",
"tests"
],
"dependencies": {
"angular": "1.5.8",
"angular-route": "1.5.8",
"angular-sanitize": "1.5.8",
"jquery": "3.1.1",
"bootstrap": "4.0.0-alpha.5",
"font-awesome": "4.7.0",
"ng-context-menu": "1.0.3",
"chart.js": "^2.4.0",
"vis": "^4.17.0",
"angular-animate": "^1.5.9",
"angular-messages": "^1.5.9",
"angular-aria": "^1.5.9",
"jQuery-contextMenu": "^2.3.0",
"markdown-it": "^8.2.1"
},
"resolutions": {
"angular": "1.5.8"
}
}