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
24 lines (24 loc) · 650 Bytes
/
bower.json
File metadata and controls
24 lines (24 loc) · 650 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
{
"name": "crowdsource-platform",
"version": "1.0.0",
"homepage": "https://github.com/crowdresearch/crowdsource-platform",
"description": "Stanford HCI Crowdresearch platform",
"dependencies": {
"jquery": "1.9",
"underscore": "1.8.3",
"angular": "1.3.14",
"angular-route": "1.3.14",
"angular-animate": "1.3.14",
"angular-sanitize": "1.3.14",
"angular-cookies": "1.3.14",
"bootstrap": "3.3.2",
"angular-loading-bar": "0.7.1",
"angular-bootstrap": "0.12.1",
"angular-strap": "2.1.2",
"ng-grid": "2.0.14",
"angular-smart-table": "2.0.2"
},
"resolutions": {
"angular": "1.3.14"
}
}