{
  "name": "gulp-build-automation",
  "version": "0.1.113",
  "private": false,
  "description": "",
  "main": "dist/index.js",
  "scripts": {
    "karma": "./node_modules/karma/bin/karma start --single-run",
    "mocha": "./node_modules/mocha/bin/mocha test",
    "test": "npm run mocha",
    "test-watch": "./node_modules/karma/bin/karma start",
    "build": "rm -rf ./dist/ && gulp build && npm test",
    "release": "gulp bump && npm publish"
  },
  "author": "Carlos Marte <opensource@carlosmarte.me> (http://carlosmarte.me)",
  "license": "ISC",
  "devDependencies": {
    "chai": "^2.2.0",
    "chai-as-promised": "^4.3.0",
    "coffeekup": "^0.3.1",
    "gulp": "^3.8.11",
    "gulp-bump": "^0.2.2",
    "gulp-bytediff": "^0.2.1",
    "gulp-coffee": "^2.3.1",
    "gulp-coffeelint": "^0.4.0",
    "gulp-debug": "^2.0.1",
    "gulp-foreach": "^0.1.0",
    "gulp-if": "^1.2.5",
    "gulp-insert": "^0.4.0",
    "gulp-jade": "^1.0.0",
    "gulp-load-plugins": "^0.9.0",
    "gulp-minify-html": "^1.0.2",
    "gulp-plumber": "^1.0.0",
    "gulp-prettify": "^0.3.0",
    "gulp-print": "^1.1.0",
    "gulp-rename": "^1.2.0",
    "gulp-scaffold-cli": "0.0.9",
    "gulp-task-listing": "^1.0.0",
    "gulp-tslint": "^1.4.4",
    "gulp-typescript": "^2.4.2",
    "gulp-uglify": "^1.1.0",
    "gulp-util": "^3.0.4",
    "lodash": "^3.6.0",
    "mocha": "^2.1.0",
    "run-sequence": "^1.0.2",
    "yargs": "^3.6.0",
    "gulp-order": "^1.1.1",
    "gulp-wrap-amd": "^0.5.0",
    "gulp-less": "^3.0.2",
    "gulp-sourcemaps": "^1.5.1",
    "gulp-stylus": "^2.0.1",
    "gulp-csso": "^1.0.0",
    "plato": "^1.4.0"
  },
  "dependencies": {
    "coffee-errors": "^0.8.6",
    "coffee-script": "latest",
    "del": "^1.1.1",
    "docopt": "^0.6.0",
    "glob": "^5.0.3",
    "gulp-concat": "^2.5.2",
    "gulp-filter": "^2.0.2",
    "gulp-inject": "^1.2.0",
    "gulp-tslint": "latest",
    "lodash": "^3.5.0",
    "merge-stream": "^0.1.7",
    "node-notifier": "^4.1.2",
    "run-sequence": "^1.0.2",
    "should": "^5.2.0",
    "through2": "^0.6.3",
    "typescript": "latest",
    "yargs": "^3.5.4"
  },
  "peerDependencies": {
    "yargs": ">=3.5.4",
    "gulp-tslint": ">=1.4.4",
    "gulp-task-listing": ">=1.0.0",
    "gulp-scaffold-cli": ">=0.0.8",
    "gulp-load-plugins": ">=0.8.1",
    "gulp-coffee": ">=2.3.1",
    "gulp-coffeelint": ">=0.4.0",
    "gulp": "^3.8.11",
    "coffee-errors": ">=0.8.6",
    "coffee-script": ">=1.9.1",
    "gulp-bump": ">=0.2.2",
    "gulp-debug": ">=2.0.1",
    "gulp-foreach": ">=0.1.0",
    "gulp-if": ">=1.2.5",
    "gulp-plumber": ">=1.0.0",
    "gulp-print": ">=1.1.0",
    "gulp-rename": ">=1.2.0",
    "gulp-typescript": ">=2.4.2",
    "gulp-uglify": ">=1.1.0",
    "gulp-util": ">=3.0.4"
  },
  "repository": {
    "type": "git",
    "url": "https: //github.com/carlosmarte/gulp-build-boilerplate.git"
  },
  "bugs": {
    "url": "https: //github.com/carlosmarte/gulp-build-boilerplate/issues"
  },
  "homepage": "https: //github.com/carlosmarte/gulp-build-boilerplate"
}
