bower.json
1.15 KB
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
46
{
"name": "acufuel",
"description": "",
"main": "index.js",
"authors": [
"Rishav <rsingla.rishu@gmail.com>"
],
"license": "ISC",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.6.4",
"angular-animate": "^1.6.2",
"angular-route": "^1.6.2",
"jquery": "^3.1.1",
"animate.css": "^3.5.2",
"bootstrap": "^3.3.7",
"font-awesome": "fontawesome#^4.7.0",
"angular-ui-router": "^0.4.2",
"bootstrap-toggle": "^2.2.2",
"fullcalendar": "^3.2.0",
"toastr": "^2.1.3",
"angular-bootstrap": "^2.5.0",
"jqGrid": "^5.2.0",
"Autocomplete": "autocomplete#^2.0.5",
"DataTables": "~1.10.15",
"angular-cookies": "~1.6.4",
"angular-resource": "~1.6.4",
"angular-xeditable": "~0.7.1",
"angular-bootstrap-toggle": "~0.1.2",
"angular-ui-select2": "^0.0.5",
"angular-ckeditor": "^1.0.3",
"angular-ui-calendar": "^1.0.2",
"angular-dragdrop": "^1.0.13",
"angular-nvd3": "^1.0.9",
"angular-ui-select": "~0.19.8",
"angular-sanitize": "~1.6.6",
"angular-ui-clock": "^0.7.0"
}
}