{
  "name": "@nikitindiz/tars-cli",
  "version": "1.9.8",
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "description": "CLI utility for TARS",
  "keywords": [
    "tars",
    "cli",
    "gulp",
    "builder",
    "markup"
  ],
  "author": {
    "name": "Artem Malko",
    "email": "tars.builder@gmail.com"
  },
  "contributors": [
    {
      "name": "Artem Malko",
      "email": "artem.malko@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/tars/tars-cli.git"
  },
  "license": "MIT",
  "dependencies": {
    "autoprefixer": "^6.5.0",
    "babel-core": "^6.16.0",
    "babel-loader": "^6.2.5",
    "browser-sync": "^2.17.0",
    "chalk": "^1.1.3",
    "chokidar": "^1.6.0",
    "cli-spinner": "^0.2.5",
    "commander": "^2.9.0",
    "comment-json": "^1.1.3",
    "del": "2.2.2",
    "download": "4.4.3",
    "eslint-loader": "^1.5.0",
    "extfs": "0.0.7",
    "fs-extra": "^0.30.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-cached": "^1.1.0",
    "gulp-changed": "^1.3.2",
    "gulp-compile-handlebars": "0.6.1",
    "gulp-concat": "2.6.0",
    "gulp-csso": "^2.0.0",
    "gulp-data": "^1.2.1",
    "gulp-eslint": "^3.0.1",
    "gulp-html-prettify": "https://github.com/artem-malko/gulp-html-prettify/archive/master.tar.gz",
    "gulp-htmlmin": "^3.0.0",
    "gulp-if": "^2.0.1",
    "gulp-imagemin": "3.0.1",
    "gulp-importify": "^0.0.7",
    "gulp-jade": "1.1.0",
    "gulp-jade-inheritance": "^0.5.5",
    "gulp-less": "^3.1.0",
    "gulp-minify-html": "^1.0.6",
    "gulp-notify": "^2.2.0",
    "gulp-plumber": "^1.1.0",
    "gulp-postcss": "^6.2.0",
    "gulp-pug": "^3.1.0",
    "gulp-pug-inheritance": "https://github.com/artem-malko/gulp-pug-inheritance/archive/master.tar.gz",
    "gulp-rename": "^1.2.2",
    "gulp-replace-task": "^0.11.0",
    "gulp-sass": "^2.3.2",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-strip-debug": "^1.1.0",
    "gulp-stylus": "^2.5.0",
    "gulp-svg-spritesheet": "https://github.com/artem-malko/gulp-svg-spritesheet/archive/master.tar.gz",
    "gulp-svg-symbols": "https://github.com/artem-malko/gulp-svg-symbols/archive/master.tar.gz",
    "gulp-svg2png": "1.0.2",
    "gulp-uglify": "^1.5.4",
    "gulp-util": "3.0.7",
    "gulp-zip": "^3.2.0",
    "handlebars": "^3.0.0",
    "inquirer": "^1.1.2",
    "mkdirp": "^0.5.1",
    "ncp": "^2.0.0",
    "run-sequence": "^1.2.2",
    "source-map-loader": "^0.1.5",
    "stream-combiner": "0.2.2",
    "stream-combiner2": "^1.1.1",
    "through2": "^2.0.1",
    "webpack": "^1.13.2",
    "webpack-dev-middleware": "^1.8.2",
    "webpack-hot-middleware": "^2.12.2",
    "win-spawn": "^2.0.0"
  },
  "devDependencies": {
    "eslint": "^3.7.0"
  },
  "optionalDependencies": {
    "fsevents": "^1.0.14",
    "posix": "^4.1.1"
  },
  "bin": {
    "tars": "./bin/tars.js"
  },
  "preferGlobal": true,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postuninstall": "node ./lib/npm-scripts/postuninstall.js",
    "postversion": "node ./lib/npm-scripts/postversion.js",
    "lint": "eslint bin/*.js lib/**/*.js"
  },
  "bugs": {
    "url": "https://github.com/tars/tars-cli/issues",
    "email": "tars.builder@gmail.com"
  }
}
