{
  "name": "tempor",
  "version": "0.0.9",
  "description": "Non-standard temporal API",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "gulp"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rbuckton/temporal.git"
  },
  "author": "Ron Buckton (rbuckton@chronicles.org)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/rbuckton/temporal/issues"
  },
  "homepage": "https://github.com/rbuckton/temporal#readme",
  "dependencies": {
    "@esfx/equatable": "^1.0.0-pre.9",
    "retemplate": "0.0.4",
    "tslib": "^1.9.3"
  },
  "devDependencies": {
    "@types/jest": "^23.3.11",
    "@types/minimist": "^1.2.0",
    "@types/node": "^10.12.12",
    "c8": "^3.2.1",
    "del": "^3.0.0",
    "gulp": "^4.0.0",
    "gulp-sourcemaps": "^2.6.4",
    "gulp-typescript": "^5.0.0",
    "jest": "^23.6.0",
    "minimist": "^1.2.0",
    "source-map-support": "^0.5.10",
    "ts-jest": "^23.10.5",
    "typescript": "^3.5.2"
  }
}
