mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 03:11:01 -06:00
19 lines
312 B
JSON
19 lines
312 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.1.4"
|
|
}
|
|
}
|