{
  "name": "gulp-jumpscript",
  "version": "4.0.1",
  "description": "A jumpscript compiler for gulp with incremental compilation support.",
  "homepage": "https://github.com/HigherEdgeSoftware/gulp-jumpscript",
  "bugs": "https://github.com/HigherEdgeSoftware/gulp-jumpscript/issues",
  "license": "MIT",
  "keywords": [
    "typescript",
    "jumpscript",
    "gulpplugin",
    "incremental compilation",
    "ts",
    "jmp",
    "jmpc",
    "compile",
    "compiler",
    "transpile"
  ],
  "author": {
    "name": "Ivo Gabe de Wolff / Higher Edge Software, LLC",
    "url": "http://jumpscript.io/"
  },
  "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"
    },
    {
      "name": "Rogier Schouten",
      "email": "github@workingcode.ninja"
    }
  ],
  "main": "release/main.js",
  "types": "release/main.d.jump",
  "typings": "release/main.d.jump",
  "dependencies": {
    "ansi-colors": "^1.0.1",
    "plugin-error": "^0.1.2",
    "source-map": "^0.6.1",
    "through2": "^2.0.3",
    "vinyl-fs": "^3.0.0",
    "vinyl": "^2.1.0"
  },
  "devDependencies": {
    "@types/ansi-colors": "^1.0.0",
    "@types/node": "^8.5.2",
    "@types/plugin-error": "^0.1.0",
    "@types/source-map": "^0.5.2",
    "@types/through2": "^2.0.33",
    "@types/vinyl": "^2.0.2",
    "@types/vinyl-fs": "^2.4.8",
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.1",
    "gulp-diff": "^1.0.0",
    "gulp-header": "^1.8.9",
    "gulp-plumber": "^1.1.0",
    "gulp-sourcemaps": "^2.6.2",
    "merge-stream": "^1.0.1",
    "rimraf": "^2.6.2",
    "jumpscript": "2.7.1"
  },
  "peerDependencies": {
    "jumpscript": "~2.7.1 || >=2.8.0-dev"
  },
  "scripts": {
    "test": "gulp"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/HigherEdgeSoftware/gulp-jumpscript.git"
  }
}
