-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbower.json
executable file
·45 lines (45 loc) · 1.33 KB
/
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
41
42
43
44
45
{
"name": "vendors",
"authors": [],
"description": "",
"main": "",
"moduleType": [],
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-animate": "~1.4.8",
"angular-chosen-localytics": "~1.0.7",
"angular-bootstrap": "~0.14.3",
"angular-farbtastic": "*",
"angular-loading-bar": "~0.8.0",
"angular-resource": "~1.4.8",
"angular-ui-router": "ui-router#~0.2.15",
"animate.css": "daneden/animate.css#~3.3.0",
"bootstrap-sweetalert": "*",
"bower": "*",
"install": "^1.0.4",
"jquery-placeholder": "~2.1.2",
"jquery.nicescroll": "inuyaksa/jquery.nicescroll#~3.6.0",
"malihu-custom-scrollbar-plugin": "~3.1.0",
"material-design-iconic-font": "~2.1.1",
"material-shadows": "~2.0.1",
"string-mask": "~0.2.0",
"sweetalert": "*",
"angular": "1.4.7",
"lokijs": "^1.3.16",
"highcharts-ng": "^0.0.11",
"highcharts": "hightcharts#^4.2.4",
"underscore": "^1.8.3",
"angular-websocket": "^2.0.0",
"remarkable-bootstrap-notify": "^3.1.3",
"ng-table": "^0.8.3",
"oclazyload": "ocLazyLoad#^1.0.9"
}
}