{
  "name": "historical-dates",
  "version": "0.2.2",
  "description": "JavaScript/TypeScript library for converting/calculating Roman and Easter date",
  "main": "dist/historical-dates.js",
  "types": "dist/historical-dates.d.ts",
  "scripts": {
    "prepublishOnly": "npm run build",
    "tsc": "tsc",
    "build": "webpack && npm run test",
    "test": "npm run test:karma && npm run test:node",
    "test:karma": "karma start karma.conf.js --single-run",
    "test:node": "node test-node.js",
    "dev": "webpack --progress --colors --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/UUDigitalHumanitieslab/historical-dates.git"
  },
  "keywords": [
    "historical",
    "germanic",
    "roman",
    "typescript",
    "dates",
    "javascript",
    "easter",
    "conversion"
  ],
  "author": "Sheean Spoel (Utrecht University, Digital Humanities Lab)",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/UUDigitalHumanitieslab/historical-dates/issues"
  },
  "homepage": "https://github.com/UUDigitalHumanitieslab/historical-dates#readme",
  "devDependencies": {
    "@types/es6-shim": "^0.31.35",
    "@types/jasmine": "^2.6.2",
    "@types/karma": "^1.7.1",
    "@types/xregexp": "^3.0.29",
    "awesome-typescript-loader": "^5.2.1",
    "jasmine": "^2.8.0",
    "karma": "^4.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-jasmine": "^1.1.0",
    "karma-typescript": "^4.0.0",
    "typescript": "^2.6.1",
    "webpack": "^4.32.2",
    "webpack-cli": "^3.3.2",
    "xregexp": "^4.2.4"
  }
}
