{
  "name": "build-tools",
  "description": "A set of CLI commands to develop, package, and release web apps that use ES6",
  "version": "8.0.0",
  "homepage": "https://github.com/mkay581/build-tools",
  "author": {
    "name": "Mark Kennedy",
    "email": "mkay581@gmail.com",
    "url": "http:://heyimmark.com"
  },
  "engines": {
    "node": ">=6.11.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mkay581/build-tools.git"
  },
  "bin": {
    "bt": "bin/bt"
  },
  "bugs": {
    "url": "https://github.com/mkay581/build-tools/issues"
  },
  "license": "MIT",
  "scripts": {
    "test": "nodeunit tests",
    "postversion": "git push && git push --tags"
  },
  "dependencies": {
    "asap": "^2.0.6",
    "async-promises": "^0.2.1",
    "autoprefixer": "^9.1.3",
    "bluebird": "^3.5.1",
    "browserify": "^16.2.2",
    "chokidar": "^2.0.4",
    "clean": "^4.0.2",
    "cssnano": "^4.1.0",
    "editor": "^1.0.0",
    "envify": "^4.1.0",
    "express": "^4.16.3",
    "fs-extra": "^7.0.0",
    "ftp-deploy": "^2.1.2",
    "@octokit/rest": "^14.0.0",
    "gitty": "^3.6.0",
    "glob": "^7.1.3",
    "glob-promise": "^3.4.0",
    "mocha-phantomjs-core": "^2.1.2",
    "ncp": "^2.0.0",
    "node-cmd": "^3.0.0",
    "node-qunit-phantomjs": "^2.0.0",
    "node-sass": "^4.9.3",
    "nopt": "^4.0.1",
    "npmlog": "^4.1.2",
    "phantomjs-prebuilt": "^2.1.16",
    "qunit-phantomjs-runner": "^2.3.1",
    "replace": "^1.0.0",
    "scp2": "^0.5.0",
    "semver": "^5.5.1",
    "serve-static": "^1.13.2",
    "server-destroy": "^1.0.1",
    "sinon": "^6.1.5",
    "uglify": "^0.1.5",
    "uglify-js": "^3.4.9",
    "underscore": "^1.9.1",
    "watchify": "^3.11.0"
  },
  "keywords": [
    "build tools",
    "build",
    "release management",
    "packaging",
    "es6",
    "deployment",
    "deploy",
    "publish",
    "releases",
    "release",
    "web framework"
  ],
  "devDependencies": {
    "mockery": "^2.1.0",
    "nodeunit": "^0.11.3"
  }
}
