forked from lh/OpenEyes
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 697 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 697 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
32
33
{
"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.0",
"highcharts": "~4.2"
},
"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"
}
}