{
  "name": "tcat",
  "version": "0.3.2",
  "description": "Type Checker for AngularJS Templates",
  "author": "Laurence Dougal Myers",
  "license": "MIT",
  "homepage": "https://github.com/laurence-myers/tcat",
  "bugs": "https://github.com/laurence-myers/tcat/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/laurence-myers/tcat.git"
  },
  "engines": {
    "node": ">=6.9.1",
    "npm": ">=3.10.10"
  },
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "bin": {
    "tcat": "dist/src/cli.js"
  },
  "scripts": {
    "build": "rimraf ./dist && npm run tsc && npm run lint && npm run test",
    "lint": "tslint -c tslint.json ./src/**/*.ts ./test/**/*.ts",
    "prepublish": "npm run build",
    "start": "node dist/src/cli.js",
    "test": "mocha --require source-map-support/register --recursive dist/test",
    "tsc": "tsc",
    "tscw": "tsc -w"
  },
  "dependencies": {
    "aria-attributes": "1.2.2",
    "chokidar": "1.7.0",
    "clime": "0.5.4",
    "html-element-attributes": "1.3.0",
    "html-tag-names": "1.1.2",
    "jade": "1.11.0",
    "joi": "10.6.0",
    "lodash.camelcase": "4.3.0",
    "monet": "0.8.10",
    "parse5": "3.0.2",
    "pug": "2.0.0-rc.3",
    "reflect-metadata": "0.1.10",
    "tsdv-joi": "0.0.8",
    "uppercamelcase": "3.0.0"
  },
  "devDependencies": {
    "@types/app-root-path": "1.2.4",
    "@types/chokidar": "1.7.3",
    "@types/jade": "0.0.30",
    "@types/joi": "10.4.4",
    "@types/lodash.camelcase": "4.3.3",
    "@types/mocha": "2.2.41",
    "@types/node": "6.0.63",
    "@types/pug": "2.0.4",
    "@types/uppercamelcase": "3.0.0",
    "app-root-path": "2.0.1",
    "mocha": "3.4.2",
    "outdent": "0.3.0",
    "rimraf": "2.6.1",
    "source-map-support": "0.4.11",
    "tslint": "4.4.2",
    "typescript": "2.5.2"
  }
}
