{
  "name": "gulp-type",
  "version": "0.3.0",
  "description": "A typescript compiler for gulp with incremental compilation support.",
  "homepage": "https://github.com/ivogabe/gulp-type",
  "bugs": "https://github.com/ivogabe/gulp-type/issues",
  "license": "MIT",
  "keywords": [
    "typescript",
    "gulpplugin",
    "incremental compilation"
  ],
  "author": {
    "name": "Ivo Gabe de Wolff",
    "url": "http://ivogabe.com/"
  },
  "main": "release/main.js",
  "dependencies": {
    "gulp-util": "~3.0.1",
    "typescript-api": "1.0.0",
    "vinyl-sourcemaps-apply": "0.1.1"
  },
  "devDependencies": {
    "gulp": "~3.8.7",
    "rimraf": "~2.2.8",
    "gulp-sourcemaps": "~1.1.4",
    "gulp-concat-sourcemap": "~1.3.1"
  },
  "repository": {
    "type" : "git",
    "url" : "https://github.com/ivogabe/gulp-type.git"
  }
}
