| 1234567891011121314151617181920 |
- {
- "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": {
- "angular-native-dragdrop": "1.2.2",
- "angular-bindonce": "0.3.3",
- "clipboard": "^1.5.16"
- }
- }
|