{
  "_from": "grunt-ts@6.0.0-beta.19",
  "_id": "grunt-ts@6.0.0-beta.19",
  "_inBundle": false,
  "_integrity": "sha512-YRC8yXnm9DxAbucfFO32aVQraL9xeimWwOTNIsoHyyEE/FR/AHo9uzxhvSp0k6u2OM1iwS5JpDw48bdQmC0imQ==",
  "_location": "/grunt-ts",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "grunt-ts@6.0.0-beta.19",
    "name": "grunt-ts",
    "escapedName": "grunt-ts",
    "rawSpec": "6.0.0-beta.19",
    "saveSpec": null,
    "fetchSpec": "6.0.0-beta.19"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/grunt-ts/-/grunt-ts-6.0.0-beta.19.tgz",
  "_shasum": "387189b027fb2e0fafaea85f06ba8ef8961adf89",
  "_spec": "grunt-ts@6.0.0-beta.19",
  "_where": "/projects/TiberPortal/tiberHealthModel",
  "author": {
    "name": "basarat"
  },
  "bugs": {
    "url": "https://github.com/TypeStrong/grunt-ts/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chokidar": "^1.6.1",
    "csproj2ts": "^1.1.0",
    "detect-indent": "^4.0.0",
    "detect-newline": "^2.1.0",
    "es6-promise": "~0.1.1",
    "jsmin2": "^1.2.1",
    "lodash": "^4.17.4",
    "ncp": "0.5.1",
    "rimraf": "2.2.6",
    "semver": "^5.3.0",
    "strip-bom": "^2.0.0"
  },
  "deprecated": false,
  "description": "Compile and manage your TypeScript project",
  "devDependencies": {
    "grunt": "~0.4.0 || ^1.0.1",
    "grunt-continue": "0.1.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-jshint": "1.1.0",
    "grunt-contrib-nodeunit": "1.0.0",
    "grunt-contrib-watch": "1.0.0",
    "grunt-tslint": "4.0.1",
    "jshint-path-reporter": "~0.1.3",
    "tslint": "4.3.1",
    "typescript": "^2.7.2"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "homepage": "https://github.com/TypeStrong/grunt-ts",
  "keywords": [
    "grunt",
    "gruntplugin",
    "typescript",
    "compiler",
    "task",
    "visualstudio",
    "build"
  ],
  "license": "MIT",
  "main": "tasks/ts.js",
  "maintainers": [
    {
      "name": "nycdotnet",
      "email": "steve.ognibene@outlook.com"
    },
    {
      "name": "jeffmay",
      "email": "viralidealogue@gmail.com"
    },
    {
      "name": "bartvds",
      "email": "bartvanderschoor@gmail.com"
    },
    {
      "name": "basarat",
      "email": "basaratali@gmail.com"
    }
  ],
  "name": "grunt-ts",
  "optionalDependencies": {},
  "peerDependencies": {
    "grunt": "^1.0.1 || ^0.4.0",
    "typescript": ">=1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/TypeStrong/grunt-ts.git"
  },
  "scripts": {
    "test": "grunt test --verbose --stack",
    "watch": "tsc -p . -w"
  },
  "version": "6.0.0-beta.19"
}
