grafana/bower.json
2016-07-23 12:00:45 +02:00

24 lines
467 B
JSON

{
"name": "grafana",
"version": "2.0.2",
"homepage": "https://github.com/grafana/grafana",
"authors": [],
"license": "Apache 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/vendor/",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.2.4",
"angular": "~1.5.3",
"angular-route": "~1.5.3",
"angular-mocks": "~1.5.3",
"angular-sanitize": "~1.5.3",
"angular-bindonce": "~0.3.3"
}
}