UNPKG

brain-games-from-ak

Version:

[![Maintainability](https://api.codeclimate.com/v1/badges/533a02e49b11f0d4b4c3/maintainability)](https://codeclimate.com/github/AndreyKashaev/project-lvl1-s308/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/533a02e49b11f0d4b4c3/t

51 lines (50 loc) 1.32 kB
{ "name": "brain-games-from-ak", "version": "1.7.6", "main": "", "bin": { "brain-games": "dist/bin/brain-games.js", "brain-even": "dist/bin/brain-even.js", "brain-calc": "dist/bin/brain-calc.js", "brain-gcd": "dist/bin/brain-gcd.js", "brain-balance": "dist/bin/brain-balance.js" }, "scripts": { "babel-node": "babel-node", "eslint": "eslint", "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline", "prepublishOnly": "npm run build" }, "files": [ "dist" ], "keywords": [ "brain-games", "hexlet" ], "author": "Andrey Kashaev", "license": "ISC", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^8.2.5", "babel-preset-env": "^1.7.0", "babel-preset-stage-0": "^6.24.1", "eslint": "^5.1.0", "eslint-config-airbnb-base": "^13.0.0", "eslint-plugin-import": "^2.13.0" }, "dependencies": { "hexlet-pairs": "^1.0.8", "readline-sync": "^1.4.9" }, "repository": { "type": "git", "url": "git+https://github.com/AndreyKashaev/project-lvl1-s308.git" }, "bugs": { "url": "https://github.com/AndreyKashaev/project-lvl1-s308/issues" }, "homepage": "https://github.com/AndreyKashaev/project-lvl1-s308#readme", "description": "" }