-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
48 lines (48 loc) · 1.14 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
46
47
48
{
"name": "toast",
"version": "0.1.5",
"authors": [
"Sallah Kokaina <[email protected]>"
],
"contributors": [
"Akram Tabka <[email protected]>"
],
"description": "Toast TK Webapp",
"license": "Apache 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-animate": "~1.5.3",
"angular-bootstrap": "~1.3.1",
"angular-toastr": "~1.7.0",
"angucomplete-alt": "~2.2.0",
"angular-ui-tree": "~2.15.0",
"angular-ui-sortable": "~0.14.0",
"bootstrap": "~3.3.6",
"requirejs-plugins": "~1.0.3",
"ngprogress": "~1.0.7",
"jquery-ui": "~1.11.4",
"angular": "~1.4.14",
"angular-xeditable": "~0.1.11",
"ng-tags-input": "~3.0.0",
"crypto-js": "^3.1.6",
"angular-route": "~1.5.8",
"angular-ui-router": "~0.3.1",
"angularjs-dropdown-multiselect": "~1.5.2",
"angular-bootstrap-lightbox": "~0.12.0",
"chart.js": "^2.3.0",
"angular-messages": "~1.4.14",
"angular-resizable": "^1.2.0"
},
"resolutions": {
"angular": ">=1.4.0"
},
"devDependencies": {
"jwt-client": "~0.2.1"
}
}