-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 1.02 KB
/
Copy pathbower.json
File metadata and controls
37 lines (37 loc) · 1.02 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
{
"name": "clickchat-webapp",
"version": "1.0.0",
"appPath": "app",
"moduleName": "clickchatWebApp",
"dependencies": {
"bootstrap-sass-official": "^3.2.0",
"font-awesome": "~4.3.0",
"underscore": "~1.8.3",
"angular": "^1.4.0",
"angular-animate": "^1.4.0",
"angular-cookies": "~1.4.0",
"angular-loading-bar": "~0.7.1",
"angular-momentjs": "~0.1.9",
"angular-resource": "^1.4.0",
"angular-sanitize": "^1.4.0",
"angular-toastr": "~1.4.1",
"angular-touch": "^1.4.0",
"angular-translate": "~2.7.2",
"angular-translate-storage-local": "~2.7.2",
"angular-translate-loader-static-files": "~2.7.2",
"angular-ui-router": "~0.2.15",
"angular-underscore-module": "~1.0.1",
"angular-google-plus": "~0.1.2",
"angular-local-storage": "~0.2.2",
"sockjs": "~0.3.4",
"stomp-websocket": "~2.3.4",
"ng-idle": "~1.1.0"
},
"devDependencies": {
"angular-mocks": "^1.4.0"
},
"resolutions": {
"angular": "^1.4.0",
"angular-cookies": "~1.4.0"
}
}