{
  "name": "vega-lite-ui",
  "homepage": "https://github.com/vega/vega-lite-ui",
  "authors": [
    "Interactive Data Lab (http://idl.cs.washington.edu)"
  ],
  "description": "Angular Components for Graphical User Interface based on Vega-lite Visualization Grammar",
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "main": [
    "vlui.js",
    "vlui.scss"
  ],
  "license": "BSD-3-Clause",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "gulpfile.js",
    "test",
    "tests"
  ],
  "dependencies": {
    "angular": "~1.5.7",
    "angular-google-analytics": "~1.1.5",
    "angular-local-storage": "~0.2.3",
    "angular-mocks": "~1.5.7",
    "angular-rangeslider": "~0.0.14",
    "angular-sanitize": "~1.5.7",
    "angular-sortable-view": "^0.0.15",
    "angular-touch": "~1.5.7",
    "angular-websql": "~1.0.2",
    "angular-zeroclipboard": "~0.8.0",
    "compassql": "~0.6.6",
    "drop": "~1.4.2",
    "heap": "~0.2.6",
    "lodash": "~4.5.1",
    "papaparse": "~4.1.1",
    "vega-lite": "1.1.4",
    "vega-tooltip": "~0.1.0"
  },
  "resolutions": {
    "angular": "~1.5.7"
  }
}
