{
  "bugs": {
    "url": "https://github.com/owenmead/Pikaday/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "moment": "2.x"
  },
  "deprecated": false,
  "description": "Timezone support added to pikaday-time",
  "devDependencies": {
    "expect.js": "^0.3.1",
    "jshint": "^2.9",
    "mocha": "~1.18.2",
    "testling": "^1.7"
  },
  "homepage": "http://dbushell.github.io/Pikaday/",
  "keywords": [
    "datepicker",
    "calendar",
    "date",
    "time",
    "datetime"
  ],
  "license": "(0BSD OR MIT)",
  "main": "pikaday.js",
  "name": "pikaday-time-oj-edition",
  "optionalDependencies": {
    "moment": "2.x"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/owenmead/Pikaday.git"
  },
  "scripts": {
    "lint": "jshint *.js plugins/*.js tests/*.js",
    "test": "testling"
  },
  "testling": {
    "harness": "mocha",
    "files": "tests/*.js",
    "browsers": [
      "ie/7..latest",
      "chrome/latest",
      "firefox/3.6",
      "firefox/latest",
      "safari/latest",
      "opera/latest"
    ]
  },
  "version": "1.0.5"
}
