forked from expertiza/expertiza
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 891 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
31
32
33
34
35
36
{
"name": "expertiza",
"homepage": "https://github.com/expertiza/expertiza",
"authors": [
"Zhewei Hu <zhu6@ncsu.edu>"
],
"description": "A web application supported by NSF written by Ruby on Rails framework where students can submit and peer-review learning objects.",
"main": "",
"keywords": [
"Ruby on Rails",
"peer-review"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor/assets/components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "latest",
"bootstrap-sass": "3.4.1",
"jquery": "latest",
"react": "latest",
"react-simpletabs": "latest",
"react-bootstrap-treeview": "latest",
"sisyphus": "latest",
"prototypejs": "latest",
"highcharts": "latest",
"js-grid": "latest",
"jquery-colorbox": "latest",
"jquery-bar-rating": "latest"
}
}