forked from crowdresearch/daemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
30 lines (30 loc) · 839 Bytes
/
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
{
"name": "daemo",
"version": "1.0.0",
"homepage": "https://github.com/crowdresearch/crowdsource-platform",
"description": "Stanford HCI Crowdresearch platform",
"dependencies": {
"angular": "1.5.8",
"angular-aria": "1.5.8",
"angular-animate": "1.5.8",
"angular-cookies": "1.5.8",
"angular-material": "1.1.1",
"angular-ng-sortablejs": "~1.2.1",
"angular-route": "1.5.8",
"angular-sanitize": "1.5.8",
"jquery": "2.1.4",
"ng-file-upload": "~5.0.9",
"ngFx": "~1.1.0",
"underscore": "1.8.3",
"angular-messages": "~1.5.8",
"ng-websocket": "~0.2.1",
"angular-ui-router": "ui-router#^0.2.18",
"jquery-textcomplete": "~0.8.1",
"angular-marked": "^1.2.2",
"angular-nvd3": "^1.0.9"
},
"resolutions": {
"angular": "1.5.8",
"angular-animate": "1.5.8"
}
}