{
  "name": "chesstron",
  "version": "1.0.15",
  "description": "Stockfish-powered Node Chess Command Line Tool",
  "keywords": [
    "chess",
    "stockfish",
    "cli",
    "lichess"
  ],
  "main": "index.js",
  "bin": {
    "chesstron": "index.js"
  },
  "scripts": {
    "compile": "babel --presets es2015 lib --out-dir src"
  },
  "author": "Jeff Gladchun <jeffgladchun@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/jgladch/chesstron.git"
  },
  "preferGlobal": true,
  "dependencies": {
    "babel-preset-es2015": "^6.3.13",
    "chalk": "^1.1.1",
    "figlet": "^1.1.1",
    "inquirer": "^0.11.0",
    "lodash": "^3.10.1",
    "moment": "^2.10.6",
    "node-lichess": "^1.0.3",
    "progress": "^1.1.8",
    "stockfish": "^6.0.5"
  },
  "devDependencies": {
    "babel": "^6.3.13",
    "babel-cli": "^6.3.17",
    "babel-core": "^6.3.21"
  },
  "license": "MIT"
}
