{
  "name": "build-machine",
  "version": "0.1.7",
  "description": "",
  "main": "src/index.js",
  "scripts": {
    "lint": "eslint .",
    "test": "jest --runInBand"
  },
  "author": "Gary Borton <gdborton@gmail.com>",
  "repository": "git@github.com:gdborton/build-machine.git",
  "jest": {
    "testRegex": "__tests__/.*(\\.|/)(test|spec)\\.jsx?$",
    "testEnvironment": "node",
    "setupTestFrameworkScriptFile": "./__tests__/setupTestFrameworkScriptFile.js"
  },
  "devDependencies": {
    "asap": "^2.0.6",
    "eslint": "^4.3.0",
    "eslint-config-airbnb-base": "^11.3.1",
    "eslint-plugin-import": "^2.7.0",
    "inherits": "^2.0.1",
    "jest": "^22.4.2",
    "mocha": "^3.5.0",
    "rimraf": "^2.6.1",
    "source-map-support": "^0.4.16"
  },
  "dependencies": {
    "babel-core": "^6.25.0",
    "babel-template": "^6.26.0",
    "babylon": "^6.18.0",
    "browserify": "^15.2.0",
    "chrome-trace-event": "^0.1.2",
    "fast-sourcemap-concat": "^1.2.5",
    "find-cache-dir": "^1.0.0",
    "glob": "^7.1.2",
    "handlebars": "^1.3.0",
    "hbsfy": "^2.7.0",
    "hogan.js": "^3.0.2",
    "inspector": "^0.5.0",
    "is-builtin-module": "^1.0.0",
    "listr": "^0.13.0",
    "lodash": "^4.17.4",
    "mkdirp": "^0.5.1",
    "normalize-path": "^2.1.1",
    "pify": "^3.0.0",
    "pkg-up": "^2.0.0",
    "pretty-ms": "^3.0.1",
    "resolve-from": "^3.0.0",
    "semver": "^5.5.0",
    "source-map": "^0.5.7",
    "sourcemap-validator": "^1.0.7",
    "system.global": "^2.0.0",
    "uglify-js": "^3.3.9",
    "urix": "^0.1.0",
    "worker-farm": "^1.4.1",
    "zen-observable": "^0.6.0"
  }
}
