{
  "name": "silllll",
  "version": "0.4.8",
  "description": "[![Code Climate](https://codeclimate.com/github/codeclimate/codeclimate/badges/gpa.svg)](https://codeclimate.com/github/codeclimate/codeclimate)\r [![Build Status](https://travis-ci.org/Silentbilly/project-lvl1-s92.svg?branch=master)](https://travis-ci.org/Silentbilly/project-lvl1-s92)\r # project-lvl1-s92",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "babel-node": "babel-node",
    "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
    "start": "node ./app.js",
    "prepublish": "npm run build",
    "eslint": "eslint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Silentbilly/project-lvl1-s92.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Silentbilly/project-lvl1-s92/issues"
  },
  "bin": {
    "brain-games": "dist/bin/brain-games.js",
    "brain-even": "dist/bin/brain-even.js"
  },
  "homepage": "https://github.com/Silentbilly/project-lvl1-s92#readme",
  "devDependencies": {
    "babel-cli": "*",
    "babel-core": "*",
    "babel-preset-env": "*",
    "babel-preset-stage-0": "*",
    "eslint": "*",
    "eslint-config-airbnb-base": "*",
    "eslint-plugin-import": "*",
    "babel-eslint": "*"
  },
  "dependencies": {
    "readline-sync": "*"
  }
}
