guar47/js_l1_brain_games-s12

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hexlet_braingames",
  "version": "0.5.3",
  "description": "hexlet project L1 Brain Games",
  "main": "index.js",
  "bin": {
    "brain-even": "./bin/brain-even.js",
    "brain-calc": "./bin/brain-calc.js",
    "brain-divisor": "./bin/brain-divisor.js",
    "brain-balance": "./bin/brain-balance.js",
    "brain-progression": "./bin/brain-progression.js"
  },
  "scripts": {
    "babel-node": "babel-node",
    "flow": "flow",
    "flow-typed": "flow-typed",
    "eslint": "eslint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guar47/brainGames.git"
  },
  "author": "Dmitrii Pashutskii",
  "license": "ISC",
  "homepage": "https://github.com/guar47/brainGames#readme",
  "bugs": {
    "url": "https://github.com/guar47/brainGames/issues"
  },
  "dependencies": {
    "readline-sync": "*"
  },
  "devDependencies": {
    "babel-cli": "*",
    "babel-core": "*",
    "babel-preset-env": "*",
    "babel-preset-stage-0": "*",
    "flow-bin": "*",
    "flow-typed": "*",
    "babel-plugin-syntax-flow": "*",
    "babel-plugin-transform-flow-strip-types": "*",
    "babel-eslint": "*",
    "eslint": "*",
    "eslint-config-airbnb": "*",
    "eslint-plugin-flowtype": "*",
    "eslint-plugin-import": "*"
  }
}