{
  "author": "basarat",
  "name": "grunt-ts",
  "description": "Compile and manage your TypeScript project",
  "version": "5.1.1",
  "homepage": "https://github.com/grunt-ts/grunt-ts",
  "repository": {
    "type": "git",
    "url": "git@github.com:grunt-ts/grunt-ts.git"
  },
  "bugs": {
    "url": "https://github.com/grunt-ts/grunt-ts/issues"
  },
  "license": "MIT",
  "main": "grunt.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"
  },
  "dependencies": {
    "chokidar": "~1.0.0",
    "csproj2ts": "0.0.6",
    "es6-promise": "~0.1.1",
    "lodash": "2.4.1",
    "ncp": "0.5.1",
    "rimraf": "2.2.6",
    "strip-bom": "^2.0.0",
    "typescript": "1.6.2",
    "underscore": "1.5.1",
    "underscore.string": "2.3.3"
  },
  "peerDependencies": {
    "grunt": "~0.4.0"
  },
  "devDependencies": {
    "grunt": "~0.4.0",
    "grunt-continue": "0.0.1",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-nodeunit": "~0.2.2",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-debug-task": "^0.1.4",
    "grunt-tslint": "^2.4.0",
    "tslint": "^2.4.0",
    "jshint-path-reporter": "~0.1.3",
    "source-map-support": "~0.2.5"
  },
  "optionalDependencies": {},
  "keywords": [
    "grunt",
    "gruntplugin",
    "typescript",
    "compiler",
    "task",
    "visualstudio",
    "build"
  ]
}
