forked from crowdresearch/daemo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 819 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 819 Bytes
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
{
"name": "Daemo",
"version": "1.0.0",
"homepage": "https://github.com/crowdresearch/crowdsource-platform",
"description": "Stanford HCI Crowdresearch platform",
"dependencies": {
"angular": "1.4.8",
"angular-animate": "1.4.8",
"angular-clipboard": "~1.1.1",
"angular-cookies": "1.4.8",
"angular-dragdrop": "1.0.9",
"angular-filter": "~0.5.4",
"angular-loading-bar": "0.7.1",
"angular-material": "1.0.0",
"angular-ng-sortablejs": "~1.2.1",
"angular-route": "1.4.8",
"angular-sanitize": "1.4.8",
"jquery": "2.1.4",
"json3": "~3.2.4",
"ng-file-upload": "~5.0.9",
"ng-grid": "2.0.14",
"ngFx": "~1.1.0",
"underscore": "1.8.3",
"angular-messages": "~1.4.8"
},
"resolutions": {
"angular": "1.4.8",
"angular-animate": "1.4.8"
}
}