{
  "name": "reactor-cli",
  "version": "0.1.0-beta.3",
  "description": "The foundation for ambitious React.js applications.",
  "main": "./lib/cli/index.js",
  "bin": {
    "react": "./bin/react"
  },
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "scripts": {
    "lint": "node tests/runner lint",
    "test": "node tests/runner",
    "test:cover": "istanbul cover tests/runner.js"
  },
  "repository": "https://github.com/tomasbasham/reactor-cli",
  "engines": {
    "node": ">= 4.3.0"
  },
  "keywords": [
    "app",
    "cli",
    "react",
    "react.js",
    "reactor",
    "reactor-cli"
  ],
  "author": "Tomas Basham <me@tomasbasham.co.uk>",
  "license": "MIT",
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "chai-files": "^1.4.0",
    "eslint-plugin-chai-expect": "^1.1.1",
    "eslint-plugin-mocha": "^4.8.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0",
    "mocha-eslint": "^3.0.1",
    "sinon": "^1.17.7"
  },
  "dependencies": {
    "chalk": "^1.1.3",
    "execa": "^0.6.0",
    "exists-sync": "0.0.4",
    "exit": "^0.1.2",
    "findup-sync": "^0.4.3",
    "fs-extra": "^2.0.0",
    "get-caller-file": "^1.0.2",
    "glob": "^7.1.1",
    "lodash": "^4.17.4",
    "resolve": "^1.3.2",
    "rsvp": "^3.3.3",
    "walk-sync": "^0.3.1",
    "yargs": "^7.0.2"
  }
}
