-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
48 lines (48 loc) · 1.35 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": "angular-app-template",
"version": "0.0.0",
"dependencies": {
"angular": "1.4.14",
"jquery": "^2.2.1",
"bootstrap-sass-official": "3.4.1",
"angular-aria": "1.5.0",
"angular-bootstrap": "0.13.0",
"angular-messages": "1.5.0",
"angular-resource": "1.5.0",
"angular-route": "1.5.0",
"angular-sanitize": "1.5.0",
"angular-touch": "1.5.0",
"textAngular": "~1.4.0",
"velocity": "1.2.3",
"ngSmoothScroll": "1.7.1",
"angular-motion": "~0.4.2",
"ng-table": "0.5.3",
"angular-loading-bar": "~0.7.1",
"angular-auto-validate": "~1.18.6",
"c3-angular": "~0.5.1",
"jquery-ui": "1.11.4",
"bootstrap-additions": "~0.3.1",
"angular-strap": "~2.2.4",
"angular-ui-sortable": "~0.13.4",
"angular-native-dragdrop": "~1.1.0",
"angular-elastic": "~2.5.0",
"angular-ui-tree": "~2.9.0",
"angular-cookies": "~1.4.6",
"angular-ui-tinymce": "^0.0.18",
"angular-hotkeys": "chieffancypants/angular-hotkeys#^1.7.0",
"angular-local-storage": "^0.7.1",
"font-awesome": "4.3",
"sockjs-client": "~1.1.4",
"stompjs": "~2.3.3",
"angularjs-dropdown-multiselect": "~1.11.8",
"js-base64":"~3.7.2"
},
"devDependencies": {
"angular-mocks": "^1.3.0"
},
"resolutions": {
"angular": "1.4.14"
},
"appPath": "app",
"moduleName": "angularAppTemplateApp"
}