-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
52 lines (52 loc) · 1.37 KB
/
bower.json
File metadata and controls
52 lines (52 loc) · 1.37 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
47
48
49
50
51
52
{
"name": "body-app",
"version": "0.0.0",
"dependencies": {
"angular": "1.4.*",
"json3": "~3.3.1",
"es5-shim": "~3.0.1",
"bootstrap": "~3.3.6",
"angular-resource": ">=1.2.*",
"angular-cookies": ">=1.2.*",
"angular-sanitize": ">=1.2.*",
"angular-bootstrap": "*",
"angular-ui-bootstrap": "*",
"angular-animate": "*",
"font-awesome": ">=4.1.0",
"lodash": "~2.4.1",
"angular-socket-io": "~0.6.0",
"angular-ui-router": "~0.2.15",
"socket.io-client" : "0.9.0",
"firebase": "*",
"angularfire": "*",
"jstz": "*",
"angular-tour": "*",
"angular-cookie": "*",
"angular-timer": "*",
"humanize-duration": "*",
"momentjs": "*",
"moment-timezone": "*",
"checklist-model": "*",
"angular-scroll": "*",
"ngclipboard": "*",
"ng-tags-input": "*",
"angular-material": "*",
"angular-material-datetimepicker": "*",
"lf-ng-md-file-input": "*",
"angular-messages": "*",
"eonasdan-bootstrap-datetimepicker": "*",
"angular-eonasdan-datetimepicker": "*",
"ngMeta": "*",
"angular-update-meta": "*",
"angular-svg-round-progressbar": "*",
"angularjs-socialshare": "*",
"nutrition-label-jquery-plugin": "*",
"filepicker-js": "*",
"vjs-video": "*",
"jquery":"*"
},
"devDependencies": {
"angular-mocks": ">=1.2.*",
"angular-scenario": ">=1.2.*"
}
}