{
  "name": "widget-weather",
  "version": "0.1.0",
  "homepage": "https://github.com/Rise-Vision/widget-weather",
  "authors": [
    "Donna Peplinskie <donna.peplinskie@risevision.com>"
  ],
  "description": "The Weather Widget uses the TinBu Weather API to retrieve weather for a given location.",
  "keywords": [
    "risevision",
    "widget",
    "weather"
  ],
  "license": "GPLv3",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "src/components",
    "test",
    "reports"
  ],
  "devDependencies": {
    "angular-mocks": "1.2.18",
    "q": "1.0.1"
  },
  "dependencies": {
    "angular": "1.2.18",
    "angular-route": "1.2.18",
    "i18next": "1.7.7",
    "widget-common": "https://github.com/Rise-Vision/widget-common.git#0.1.1",
    "widget-settings-ui-components": "https://github.com/Rise-Vision/widget-settings-ui-components.git#0.1.0",
    "widget-settings-ui-core": "https://github.com/Rise-Vision/widget-settings-ui-core.git#0.1.8"
  },
  "resolutions": {
    "angular-translate": "~2.5.2",
    "angular-translate-loader-static-files": "~2.5.2",
    "jquery": "1.11.0"
  }
}
