{
  "name": "angular-timezone-selector",
  "version": "1.6.0",
  "homepage": "https://github.com/mishguruorg/angular-timezone-selector",
  "authors": [
    "Ashok Fernandez <ashok@mish.guru>"
  ],
  "description": "Timezone selector for Angular JS",
  "main": [
    "dist/angular-timezone-selector.js",
    "dist/angular-timezone-selector.css"
  ],
  "keywords": [
    "timezone",
    "select"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "angular": "~1.3.8",
    "moment": "~2.10.3",
    "moment-timezone": "~0.4.0",
    "lodash": "4.0.1",
    "chosen": "~1.4.2",
    "bootstrap": "~3.3.4",
    "jstzdetect": "jsTimezoneDetect#~1.0.6"
  },
  "resolutions": {
    "lodash": "4.0.1"
  }
}
