forked from NetCommons3/NetCommons3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 719 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 719 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
31
{
"name": "NetCommons3",
"version": "3.0.0",
"homepage": "http://www.netcommons.org/",
"moduleType": [
"node"
],
"authors": [
"NetCommons Community"
],
"license": "NetCommons License",
"dependencies": {
"angular": ">=1.4",
"angular-bootstrap": ">=1.2",
"angular-bootstrap-datetimepicker-directive": ">=0.1.3",
"angular-ui-tinymce": ">=0.0.9",
"jquery": ">=2.1",
"jqueryui": ">=1.11",
"bootstrap": ">=3.3",
"angular-nvd3": ">=0.1.1",
"visualcaptcha.jquery": ">=0.0.5",
"MathJax": ">=2.6",
"simplePagination.js": "jquery.simplePagination#*"
},
"devDependencies": {
"angular-mocks": ">=1.4"
},
"resolutions": {
"angular": ">=1.5"
}
}