{
  "author": "basarat",
  "name": "grunt-ts",
  "description": "Compile and manage your TypeScript project",
  "version": "6.0.0-beta.22",
  "homepage": "https://github.com/TypeStrong/grunt-ts",
  "repository": {
    "type": "git",
    "url": "git@github.com:TypeStrong/grunt-ts.git"
  },
  "bugs": {
    "url": "https://github.com/TypeStrong/grunt-ts/issues"
  },
  "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"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test --verbose --stack",
    "watch": "tsc -p . -w"
  },
  "dependencies": {
    "chokidar": "^2.0.4",
    "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.10",
    "ncp": "0.5.1",
    "rimraf": "2.2.6",
    "semver": "^5.3.0",
    "strip-bom": "^2.0.0"
  },
  "peerDependencies": {
    "grunt": "^1.0.0 || ^0.4.0",
    "typescript": ">=1"
  },
  "devDependencies": {
    "grunt": "^1.0.3",
    "grunt-continue": "0.1.0",
    "grunt-contrib-clean": "~1.1.0",
    "grunt-contrib-jshint": "1.1.0",
    "grunt-contrib-nodeunit": "^2.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-tslint": "4.0.1",
    "jshint-path-reporter": "~0.1.3",
    "tslint": "4.3.1",
    "typescript": "^2.9.2"
  },
  "optionalDependencies": {},
  "keywords": [
    "grunt",
    "gruntplugin",
    "typescript",
    "compiler",
    "task",
    "visualstudio",
    "build"
  ]
}