{
   "name": "typhonjs-core-gulptasks",
   "version": "0.6.0",
   "homepage": "https://github.com/typhonjs-node-gulp/typhonjs-core-gulptasks/",
   "description": "Provides common gulp tasks shared by TyphonJS and beyond for JSPM / SystemJS projects.",
   "license": "MPL-2.0",
   "author": {
      "name": "Mike Leahy"
   },
   "repository": {
      "type": "git",
      "url": "https://github.com/typhonjs-node-gulp/typhonjs-core-gulptasks/typhonjs-core-gulptasks.git"
   },
   "maintainers": [
      {
         "name": "Mike Leahy",
         "email": "support@js.typhonrt.org"
      }
   ],
   "dependencies": {
      "fs-extra": "^0.26.0",
      "run-sequence": "^1.0.0",
      "strip-json-comments": "^2.0.0",
      "yargs": "^4.0.0"
   },
   "devDependencies": {
      "gulp": "^3.0.0",
      "gulp-task-listing": "^1.0.0",
      "jspm": "^0.16.0",
      "typhonjs-config-eslint": "^0.4.0",
      "typhonjs-npm-build-test": "^0.1.0"
   },
   "main": "dist/index.js",
   "engines" : {
      "npm" : ">=3.x"
   },
   "scripts": {
      "build": "babel-node ./node_modules/typhonjs-npm-scripts-build-babel/scripts/build.js",
      "prepublish": "node ./node_modules/typhonjs-npm-scripts-publish/scripts/prepublish.js"
   },
   "keywords": [
      "electron",
      "esdoc",
      "eslint",
      "gulp",
      "jspm",
      "systemjs",
      "tasks",
      "typhonjs"
   ],
   "files": [
      "dist",
      "src",
      "AUTHORS.md"
   ],
   "directories": {},
   "bugs": {
      "url": "https://github.com/typhonjs-node-gulp/typhonjs-core-gulptasks/issues"
   }
}
