2015-06-13 13:53:08 -05:00
|
|
|
{
|
|
|
|
"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": {
|
2016-09-13 14:26:28 -05:00
|
|
|
"jquery": "3.1.0",
|
2016-09-14 03:13:33 -05:00
|
|
|
"lodash": "4.15.0",
|
2016-09-14 03:45:56 -05:00
|
|
|
"angular": "1.5.8",
|
|
|
|
"angular-route": "1.5.8",
|
|
|
|
"angular-mocks": "1.5.8",
|
|
|
|
"angular-sanitize": "1.5.8",
|
2016-09-13 14:26:28 -05:00
|
|
|
"angular-native-dragdrop": "1.2.2",
|
|
|
|
"angular-bindonce": "0.3.3"
|
2015-06-13 13:53:08 -05:00
|
|
|
}
|
|
|
|
}
|