{
  "name": "nucleate",
  "version": "0.1.0-alpha.0",
  "description": "A static site generator powered by React, Redux, and webpack",
  "main": "lib/index.js",
  "bin": "lib/bin/nucleate.js",
  "scripts": {
    "build": "babel src --out-dir lib",
    "develop": "babel src --watch --out-dir lib",
    "jest": "jest",
    "jest-watch": "jest --watch",
    "lint": "eslint src",
    "prepublish": "npm run build",
    "test": "npm run lint && npm run jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elliottsj/nucleate.git"
  },
  "keywords": [
    "react",
    "webpack"
  ],
  "author": "Spencer Elliott <me@elliottsj.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/elliottsj/nucleate/issues"
  },
  "homepage": "https://github.com/elliottsj/nucleate#readme",
  "peerDependencies": {
    "react": "^0.14.1",
    "react-dom": "^0.14.1"
  },
  "devDependencies": {
    "babel-cli": "^6.5.1",
    "babel-eslint": "^5.0.0",
    "babel-jest": "^6.0.1",
    "babel-polyfill": "^6.5.0",
    "eslint": "^1.10.1",
    "eslint-config-airbnb": "^5.0.1",
    "eslint-plugin-react": "^3.16.1",
    "jest-cli": "^0.8.2"
  },
  "dependencies": {
    "argv-split": "^1.0.0",
    "babel-loader": "^6.2.1",
    "babel-plugin-check-es2015-constants": "^6.5.0",
    "babel-plugin-transform-async-to-generator": "^6.5.0",
    "babel-plugin-transform-es2015-arrow-functions": "^6.5.2",
    "babel-plugin-transform-es2015-block-scoped-functions": "^6.5.0",
    "babel-plugin-transform-es2015-block-scoping": "^6.5.0",
    "babel-plugin-transform-es2015-classes": "^6.5.2",
    "babel-plugin-transform-es2015-computed-properties": "^6.5.2",
    "babel-plugin-transform-es2015-destructuring": "^6.5.0",
    "babel-plugin-transform-es2015-for-of": "^6.5.2",
    "babel-plugin-transform-es2015-function-name": "^6.5.0",
    "babel-plugin-transform-es2015-literals": "^6.5.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.5.2",
    "babel-plugin-transform-es2015-object-super": "^6.5.0",
    "babel-plugin-transform-es2015-parameters": "^6.5.0",
    "babel-plugin-transform-es2015-shorthand-properties": "^6.5.0",
    "babel-plugin-transform-es2015-spread": "^6.5.2",
    "babel-plugin-transform-es2015-sticky-regex": "^6.5.0",
    "babel-plugin-transform-es2015-template-literals": "^6.5.2",
    "babel-plugin-transform-es2015-typeof-symbol": "^6.5.0",
    "babel-plugin-transform-es2015-unicode-regex": "^6.5.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-1": "^6.5.0",
    "combine-loader": "^0.1.0",
    "commander": "^2.9.0",
    "css-loader": "^0.23.1",
    "eval": "^0.1.1",
    "express": "^4.13.4",
    "extract-text-webpack-plugin": "^1.0.1",
    "front-matter-loader": "^0.1.2",
    "history": "^2.0.0",
    "hoist-non-react-statics": "^1.0.5",
    "invariant": "^2.2.0",
    "json-loader": "^0.5.4",
    "loader-utils": "^0.2.12",
    "memoize-id": "^0.2.0",
    "mkdirp": "^0.5.1",
    "npmlog": "^2.0.2",
    "nucleate-webpack-plugin": "^0.0.1",
    "pify": "^2.3.0",
    "promise-loader": "^1.0.0",
    "raw-loader": "^0.5.1",
    "react": "^0.14.7",
    "react-dom": "^0.14.7",
    "react-markdown": "^2.0.1",
    "react-redux": "^4.4.0",
    "react-router": "^2.0.0",
    "rxjs": "^5.0.0-beta.2",
    "serialize-error": "^1.1.0",
    "url-join": "0.0.1",
    "webpack": "^1.12.14",
    "webpack-dev-middleware": "^1.5.1",
    "webpack-hot-middleware": "^2.7.1",
    "wu": "^2.1.0"
  },
  "jest": {
    "scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
    "testPathDirs": [
      "<rootDir>/src"
    ],
    "unmockedModulePathPatterns": [
      "<rootDir>/node_modules"
    ]
  }
}
