{
  "name": "bastion",
  "version": "1.8.1",
  "description": "Combines a modern JavaScript toolchain into a single program so you can stop worrying about configuration and just get to work on your application",
  "main": "lib/cli.js",
  "bin": {
    "bastion": "./bin/bastion",
    "bastion-dev": "./bin/bastion-dev"
  },
  "scripts": {
    "test": "standard && npm run build && ./bin/bastion -h",
    "build": "babel src/ --out-dir lib/",
    "prepublish": "npm run build"
  },
  "keywords": [
    "standard",
    "webpack",
    "build",
    "tool",
    "cli",
    "babel",
    "flow",
    "hmr"
  ],
  "author": {
    "name": "Oliver Caldwell",
    "email": "olliec87@gmail.com",
    "url": "http://oli.me.uk/"
  },
  "license": "Unlicense",
  "dependencies": {
    "babel-eslint": "^6.0.4",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-runtime": "^6.9.2",
    "commander": "^2.9.0",
    "lodash": "^4.13.1",
    "memory-fs": "^0.3.0",
    "standard": "^7.1.1",
    "standard-loader": "^4.0.0",
    "webpack": "^1.13.1",
    "webpack-dev-server": "^1.14.1",
    "winston": "^2.2.0"
  },
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-register": "^6.9.0"
  },
  "peerDependencies": {
    "elm-hot-loader": "*",
    "elm-webpack-loader": "*",
    "react": "*",
    "react-hot-loader": "*"
  },
  "standard": {
    "parser": "babel-eslint"
  }
}
