{
  "name": "widget-weather",
  "version": "0.1.0",
  "description": "The Weather Widget uses the TinBu Weather API to retrieve weather for a given location.",
  "main": "gulpfile.js",
  "scripts": {
    "test": "gulp test",
    "build": "gulp build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Rise-Vision/widget-weather.git"
  },
  "keywords": [
    "risevision",
    "widget",
    "weather"
  ],
  "author": "Donna Peplinskie",
  "license": "GPLv3",
  "bucket": "widget-weather",
  "bugs": {
    "url": "https://github.com/Rise-Vision/widget-weather/issues"
  },
  "homepage": "https://github.com/Rise-Vision/widget-weather",
  "devDependencies": {
    "chai": "^2.1.2",
    "chai-as-promised": "^4.3.0",
    "del": "~1.1.1",
    "gulp": "~3.8.3",
    "gulp-bump": "~0.1.8",
    "gulp-jshint": "~1.5.5",
    "gulp-minify-css": "0.3.4",
    "gulp-rename": "~1.2.0",
    "gulp-sourcemaps": "^1.2.2",
    "gulp-uglify": "^0.3.1",
    "gulp-usemin": "0.3.7",
    "gulp-util": "~2.2.17",
    "gulp-watch": "^0.6.8",
    "jshint-stylish": "^0.2.0",
    "mocha": "^2.1.0",
    "phantomjs": "1.9.15",
    "protractor": "~1.0.0",
    "run-sequence": "^0.3.2",
    "widget-tester": "git://github.com/Rise-Vision/widget-tester.git"
  }
}
