{
  "name": "flip-box",
  "version": "0.0.102",
  "description": "the builder of builders",
  "main": "src/index.js",
  "bin": "bin/flip",
  "scripts": {
    "test": "true",
    "webpack": "webpack",
    "gulp": "gulp",
    "fuse": "fusebox",
    "fsbx": "fusebox",
    "flip-test": "mocha ./tests/index.js",
    "flip-webpack": "webpack --config ./example/configs/flipbox/mediator.js",
    "flip-fusebox": "node flip -F",
    "flip-webpack-p": "webpack --config ./example/configs/flipbox/mediator.js -p",
    "flip-webpack-itself-and-test": "node ./example/configs/flipbox/mediator.js --compile=true --test=true",
    "flip-webpack-itself-and-compile": "node ./example/configs/flipbox/mediator.js --compile=true",
    "help": "node flip --help",
    "example-compat": "webpack --config example/configs/compat/mediator.js",
    "mocha-dist": "mocha ./dist/flipbox-tests.js",
    "postinstall": "node src/lib/deps"
  },
  "files": [
    "bin",
    "src"
  ],
  "engines": {
    "node": "7.7.1",
    "npm": "4.1.2"
  },
  "devDependencies": {
    "awesome-typescript-loader": "^3.0.8",
    "babel-eslint": "^7.1.1",
    "buble": "^0.15.2",
    "chai": "^3.5.0",
    "clean-webpack-plugin": "^0.1.15",
    "eslint-config-aretecode": "^1.0.3",
    "eslint-plugin-flowtype": "^2.30.0",
    "eslint-plugin-typescript": "^0.1.0",
    "flow-bin": "^0.40.0",
    "flowtype": "^2.0.0",
    "fuse-test-runner": "^1.0.5",
    "gulp": "^3.9.1",
    "gulp-ext-replace": "^0.3.0",
    "jsdom": "^9.11.0",
    "jsdom-global": "^2.1.1",
    "lerna": "^2.0.0-beta.38",
    "mocha": "^3.2.0",
    "npm-run": "^4.1.0",
    "null-loader": "^0.1.1",
    "nwb": "^0.15.6",
    "oao": "^0.7.3",
    "parallel-webpack": "^1.6.1",
    "rimraf": "^2.6.0",
    "rollup": "^0.41.4",
    "rollup-plugin-buble": "^0.15.0",
    "rollup-plugin-commonjs": "^7.0.0",
    "rollup-plugin-node-resolve": "^2.0.0",
    "semver": "^5.3.0",
    "sinon": "^1.17.7",
    "sinon-chai": "^2.8.0",
    "ts-loader": "^2.0.1",
    "tslint-eslint-rules": "^3.4.0",
    "typescript": "^2.2.1",
    "typescript-eslint-parser": "^2.0.0"
  },
  "dependencies": {
    "app-root-path": "^2.0.1",
    "cli-color": "^1.2.0",
    "commander": "^2.9.0",
    "eslint": "^3.16.1",
    "fuse-box": "^1.3.124-preview.1",
    "eventemitter2": "^3.0.1",
    "glob": "^7.1.1",
    "happypack": "^3.0.3",
    "html-webpack-plugin": "^2.28.0",
    "inquirer": "^3.0.6",
    "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.orderby": "4.6.0",
    "lodash.range": "3.2.0",
    "lodash.set": "^4.3.2",
    "lodash.sortby": "^4.7.0",
    "lodash.take": "4.1.1",
    "lodash.throttle": "4.1.1",
    "mkdirp": "^0.5.1",
    "pretty-error": "^2.0.2",
    "realm-js": "^1.1.97",
    "realm-utils": "^1.0.8",
    "vorpal": "^1.11.4",
    "webpack": "^2.2.1",
    "yargs": "^6.6.0",
    "tosource": "^1.0.0",
    "webpack-chain": "^2.0.0"
  },
  "keywords": [
    "builder",
    "app-builder",
    "bundler",
    "fusebox",
    "fuse-box",
    "webpack",
    "flipbox"
  ],
  "author": "James <aretecode@gmail.com>",
  "homepage": "https://github.com/flip-box/flipbox#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flip-box/flipbox.git"
  },
  "bugs": {
    "url": "https://github.com/flip-box/flipbox/issues"
  }
}