{ "name": "gulp-typescript", "version": "3.1.2", "description": "A typescript compiler for gulp with incremental compilation support.", "homepage": "https://github.com/ivogabe/gulp-typescript", "bugs": "https://github.com/ivogabe/gulp-typescript/issues", "license": "MIT", "keywords": [ "typescript", "gulpplugin", "incremental compilation", "ts", "tsc", "compile", "compiler", "transpile" ], "author": { "name": "Ivo Gabe de Wolff", "url": "http://ivogabe.com/" }, "contributors": [ { "name": "Jesper Jonsson", "email": "jesper.m.jonsson@gmail.com" }, { "name": "Shogo Iwano", "email": "shiwano@gmail.com" }, { "name": "Martin Poelstra", "email": "m.poelstra@spiritit.com" }, { "name": "Jakub Olek", "email": "bukaj.kelo+github@gmail.com" }, { "name": "Ilan Frumer", "email": "IlanFrumer@gmail.com" }, { "name": "James Whitney", "email": "james@whitney.io" }, { "name": "Jaroslaw Zalucki", "email": "mad.jaro@gmail.com" }, { "name": "Yui Tanglertsampan", "email": "yuisu@microsoft.com" } ], "main": "release/main.js", "typings": "release/main.d.ts", "dependencies": { "gulp-util": "~3.0.7", "source-map": "~0.5.3", "through2": "~2.0.1", "vinyl-fs": "~2.4.3" }, "devDependencies": { "@types/chalk": "^0.4.31", "@types/gulp-util": "^3.0.29", "@types/node": "^6.0.45", "@types/source-map": "^0.1.28", "@types/through2": "^2.0.31", "@types/vinyl": "^1.2.30", "@types/vinyl-fs": "0.0.28", "gulp": "~3.9.1", "gulp-concat": "~2.6.0", "gulp-diff": "~1.0.0", "gulp-header": "~1.7.1", "gulp-plumber": "~1.1.0", "gulp-sourcemaps": "~1.6.0", "merge-stream": "~1.0.0", "rimraf": "~2.5.2", "typescript": "2.0.3" }, "peerDependencies": { "typescript": "~2.0.3 || >=2.0.0-dev || >=2.1.0-dev" }, "scripts": { "test": "gulp" }, "repository": { "type": "git", "url": "https://github.com/ivogabe/gulp-typescript.git" } }