{
  "name": "ross",
  "version": "1.0.9",
  "description": "",
  "main": "./dist/run.js",
  "scripts": {
    "start": "node src/run.js",
    "build": "babel ./src --out-dir ./dist",
    "prepublish": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rosswaycaster/npx-ross.git"
  },
  "bin": {
    "ross": "./dist/run.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/rosswaycaster/npx-ross/issues"
  },
  "homepage": "https://github.com/rosswaycaster/npx-ross#readme",
  "devDependencies": {
    "babel-cli": "^6.20.0",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-react": "^6.22.0",
    "babel-preset-stage-0": "^6.22.0",
    "eslint": "^4.19.1",
    "eslint-plugin-react": "^7.8.2"
  },
  "dependencies": {
    "babel-register": "^6.22.0",
    "blessed": "^0.1.81",
    "react": "^16.4.0",
    "react-app-rewire-hot-loader": "^1.0.1",
    "react-app-rewired": "^1.5.2",
    "react-blessed": "^0.2.1",
    "react-blessed-contrib": "^0.2.1"
  }
}