{
  "name": "fliphub",
  "version": "0.1.8",
  "description": "the builder of builders",
  "main": "src/index.js",
  "bin": "bin/flip",
  "scripts": {
    "test": "node --harmony --max_old_space_size=120000 ./node_modules/.bin/ava --verbose",
    "test-nyan": "node --harmony --max_old_space_size=120000 ./node_modules/.bin/ava --verbose --tap | tap-nyan",
    "build": "babel src --out-dir public",
    "webpack": "webpack",
    "gulp": "gulp",
    "fuse": "fusebox",
    "fsbx": "fusebox",
    "flip-test": "mocha ./tests/index.js",
    "flip-webpack": "webpack --config ./example/configs/fliphub/mediator.js",
    "flip-fusebox": "node flip -F",
    "flip-webpack-p": "webpack --config ./example/configs/fliphub/mediator.js -p",
    "flip-webpack-itself-and-test": "node ./example/configs/fliphub/mediator.js --compile=true --test=true",
    "flip-webpack-itself-and-compile": "node ./example/configs/fliphub/mediator.js --compile=true",
    "help": "node flip --help",
    "example-compat": "webpack --config example/configs/compat/mediator.js",
    "mocha-dist": "mocha ./dist/fliphub-tests.js",
    "postinstall": "node ./bin/deps.js --dev=true --ignore=ava",
    "_postinstall": "depflip --dev=true --ignore=ava && echo('symlinks are 777')"
  },
  "files": [
    "bin",
    "src"
  ],
  "engines": {
    "node": ">= 7.7.2",
    "npm": "4.1.2"
  },
  "_optionalDependencies": {
    "null-loader": "^0.1.1",
    "nwb": "^0.15.6",
    "parallel-webpack": "^1.6.1",
    "lodash": "^4.17.4",
    "lodash.defaultsdeep": "^4.6.0",
    "lodash.get": "^4.4.2",
    "lodash.merge": "^4.6.0",
    "lodash.mergewith": "^4.6.0",
    "lodash.range": "3.2.0",
    "lodash.set": "^4.3.2",
    "lodash.take": "4.1.1",
    "lodash.throttle": "4.1.1",
    "fuse-test-runner": "^1.0.5",
    "gulp": "^3.9.1",
    "gulp-ext-replace": "^0.3.0",
    "npm-run": "^4.1.0",
    "jsdom": "^9.11.0",
    "jsdom-global": "^2.1.1",
    "babel-plugin-transform-class-properties": "6.23.0",
    "babel-plugin-transform-object-rest-spread": "6.23.0",
    "buble": "^0.15.2",
    "ts-loader": "^2.0.1",
    "tslib": "^1.6.0",
    "typescript": "^2.2.1",
    "mocha": "^3.2.0",
    "babel-register": "^6.24.0",
    "chai": "^3.5.0",
    "sinon": "^1.17.7",
    "sinon-chai": "^2.8.0",
    "browserify": "*",
    "glob": "^7.1.1",
    "bluebird": "^3.5.0",
    "optimize-js": "^1.0.3",
    "express": "*",
    "connect-history-api-fallback": "*"
  },
  "devDependencies": {
    "ava": "^0.19.0",
    "awesome-typescript-loader": "^3.1.2",
    "babel-cli": "^6.24.0",
    "babel-core": "^6.24.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-preset-babili": "0.0.10",
    "babel-preset-env": "^1.2.2",
    "babili": "0.0.12",
    "clean-webpack-plugin": "^0.1.15",
    "execa": "^0.6.3",
    "fuse-box": "^1.4.1-beta.22",
    "fuse-box-eslint-plugin": "0.0.3",
    "javascript-stringify": "^1.6.0",
    "lodash.camelcase": "^4.3.0",
    "lodash.forown": "^4.4.0",
    "lodash.kebabcase": "^4.1.1",
    "neutrino": "*",
    "neutrino-middleware-clean": "*",
    "neutrino-middleware-compile-loader": "*",
    "neutrino-middleware-copy": "*",
    "neutrino-middleware-minify": "*",
    "neutrino-preset-happypack": "*",
    "neutrino-preset-react": "*",
    "neutrino-middleware-eslint": "*",
    "neutrino-preset-node": "*",
    "optimize-js-plugin": "0.0.4",
    "optional": "^0.1.3",
    "ramda": "^0.23.0",
    "rimraf": "^2.6.0",
    "rollup": "^0.41.4",
    "rollup-plugin-alias": "^1.2.1",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-plugin-babili": "^2.0.0",
    "rollup-plugin-buble": "^0.15.0",
    "rollup-plugin-commonjs": "^7.0.0",
    "rollup-plugin-eslint": "^3.0.0",
    "rollup-plugin-filesize": "^1.2.1",
    "rollup-plugin-json": "^2.1.0",
    "rollup-plugin-node-resolve": "^2.0.0",
    "rollup-plugin-progress": "^0.2.1",
    "rollup-plugin-replace": "^1.1.1",
    "rollup-plugin-typescript": "^0.8.1",
    "rollup-plugin-typescript2": "^0.3.0",
    "rollup-plugin-uglify": "^1.0.1",
    "rollup-plugin-visualizer": "^0.2.0",
    "sort-object": "^3.0.2",
    "tap-nyan": "^1.1.0",
    "webpack-bundle-analyzer": "^2.3.1"
  },
  "dependencies": {
    "arr-to-obj": "*",
    "childparent": "*",
    "clean-obj": "^1.0.1",
    "deep-replace": "*",
    "deep-sort-object": "^1.0.1",
    "deepmerge": "^1.3.2",
    "depflip": "*",
    "eventemitter2": "^3.0.1",
    "flip-neutrino": "*",
    "flip-webpack-chain": "*",
    "flipchain": "*",
    "flipfile": "*",
    "flipflag": "*",
    "fliphub-alias": "*",
    "fliphub-core": "*",
    "fliphub-resolve": "*",
    "fliplog": "*",
    "fliptime": "*",
    "flipcache": "*",
    "fosho": "*",
    "html-webpack-plugin": "^2.28.0",
    "insert-at-index": "*",
    "inspector-gadget": "*",
    "izz": "*",
    "joi": "^10.2.2",
    "lodash.clonedeep": "^4.5.0",
    "lodash.orderby": "4.6.0",
    "lodash.sortby": "^4.7.0",
    "mono-root": "*",
    "neutrino-middleware-progress": "^5.0.0-beta.1",
    "ora": "^1.1.0",
    "regexes": "*",
    "remap-by": "*",
    "tiny-promise-map": "*",
    "to-arr": "*",
    "webpack": "^2.3.3",
    "flipport": "*"
  },
  "ava": {
    "files": [
      "test/*.js"
    ],
    "concurrency": 5,
    "failFast": true,
    "failWithoutAssertions": false,
    "powerAssert": true,
    "require": [
      "babel-register"
    ],
    "babel": "inherit"
  },
  "keywords": [
    "flip",
    "fliphub",
    "flipbox",
    "builder",
    "app-builder",
    "build-tool",
    "build-system",
    "tool",
    "bundler",
    "fusebox",
    "fuse-box",
    "webpack",
    "neutrino",
    "rollup",
    "hub",
    "fluent"
  ],
  "author": "James <aretecode@gmail.com>",
  "homepage": "https://github.com/flip-box/fliphub#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flip-box/fliphub.git"
  },
  "bugs": {
    "url": "https://github.com/flip-box/fliphub/issues"
  }
}
