forked from ToukanLabs/OpenEyes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 840 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
37
{
"name": "openeyes",
"version": "0.1.7",
"private": "true",
"ignore": [
"**/.*",
"node_modules"
],
"dependencies": {
"modernizr": "~2.6.2",
"flot": "~0.8.2",
"jquery": "~1.8.3",
"jquery-ui": "~1.9.2",
"mustache": "~0.8.1",
"foundation": "~5.5",
"jquery-mousewheel": "~3.1.11",
"eventemitter2": "~0.4.13",
"font-awesome": "~4.3.0",
"chosen": "~1.4.2",
"material-design-lite": "~1.1",
"highcharts": "~4.2",
"jt.timepicker": "jquery-timepicker-jt#^1.11.1",
"rrule": "~2.1.0",
"jquery.tagsinput": "~1.3.6",
"dialog-polyfill": "^0.4.4"
},
"devDependencies": {
"google-code-prettify": "~1.0.0",
"chai": "~1.8.1",
"mocha": "~1.17.0",
"sinonjs-built": "~1.7.3"
},
"resolutions": {
"jquery": "~1.8.3",
"modernizr": ">= 2.7.2"
}
}