-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·40 lines (40 loc) · 921 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
39
40
{
"name": "static-starter",
"description": "",
"main": "",
"authors": [
"ci"
],
"license": "MIT",
"moduleType": [],
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor",
"test",
"tests"
],
"dependencies": {
"angular-route": "^1.6.4",
"angular": "^1.6.4",
"angular-material": "~1.1.1",
"angular-material-data-table": "~0.10.9",
"angular-dragdrop": "~1.0.13",
"angular-chart.js": "~1.0.3",
"angular-mocks": "^1.6.4",
"satellizer": "^0.15.5",
"karma-read-json": "^1.1.0",
"oclazyload": "^1.1.0",
"ng-file-upload": "^12.2.13",
"angular-upload": "^1.0.12",
"bootstrap": "^3.3.7",
"jquery": "^3.2.1",
"angular-cookies": "^1.6.4",
"angular-animate": "^1.6.4",
"angular-clipboard": "^1.6.0",
"angular-material-time-picker": "^1.0.7",
"angular-elastic-input": "^2.4.0"
}
}