{
  "name": "react-forge",
  "version": "0.0.1",
  "description": "Rails-inspired CLI to create and run isomorphic/universal React applications",
  "author": "Corey Larson <coreyleelarson@gmail.com>",
  "license": "MIT",
  "bin": {
    "forge": "build/bin/forge.js"
  },
  "scripts": {
    "clean": "rimraf build",
    "compile": "npm run clean && babel -D src -d build",
    "prepublish": "npm run compile"
  },
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-preset-latest": "^6.16.0",
    "rimraf": "^2.5.4"
  },
  "dependencies": {
    "chokidar": "^1.6.1",
    "commander": "^2.9.0",
    "express": "^4.14.0"
  }
}
