{
  "name": "@sense-os/time-fns",
  "version": "0.2.2",
  "description": "Helper functions related to moment",
  "main": "index.js",
  "scripts": {
    "test": "rm -rf builtjs && tsc -p . && jasmine",
    "prepare": "rm -rf builtjs && tsc -p ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/senseobservationsystems/time-fns.git"
  },
  "keywords": [
    "moment"
  ],
  "author": "BY Kim <byoungyong@sense-os.nl> (https://github.com/ryubro)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/senseobservationsystems/time-fns/issues"
  },
  "homepage": "https://github.com/senseobservationsystems/time-fns#readme",
  "devDependencies": {
    "@types/moment-timezone": "^0.5.1",
    "jasmine": "^2.8.0",
    "typescript": "^2.6.1"
  },
  "dependencies": {
    "moment-timezone": "^0.5.14"
  }
}
