redash/rd_ui/bower.json

31 lines
746 B
JSON
Raw Normal View History

2013-10-25 07:26:07 +00:00
{
"name": "rdUi",
"version": "0.1.0",
2013-10-25 07:26:07 +00:00
"dependencies": {
2013-12-29 16:25:50 +00:00
"angular": "1.0.8",
"json3": "3.2.4",
"jquery": "1.9.1",
"bootstrap": "3.0.0",
"es5-shim": "2.0.8",
"angular-moment": "0.2.0",
"moment": "2.1.0",
"angular-ui-bootstrap": "0.5.0",
"angular-ui-codemirror": "0.0.5",
"highcharts": "3.0.1",
"underscore": "1.5.1",
2013-10-25 07:26:07 +00:00
"angular-resource": "1.0.7",
2013-12-29 16:25:50 +00:00
"angular-growl": "0.3.1",
2013-10-25 07:26:07 +00:00
"pivottable": "git@github.com:arikfr/pivottable.git#master",
"cornelius": "git@github.com:restorando/cornelius.git",
2013-12-29 16:25:50 +00:00
"gridster": "0.2.0"
2013-10-25 07:26:07 +00:00
},
"devDependencies": {
"angular-mocks": "~1.0.7",
"angular-scenario": "~1.0.7"
2013-10-28 16:24:41 +00:00
},
"resolutions": {
"angular": "1.0.8",
"jquery": "~1.9.1"
2013-10-25 07:26:07 +00:00
}
}