brain-game
Version:
54 lines (53 loc) • 1.44 kB
JSON
{
"name": "brain-game",
"version": "1.6.9",
"description": "simple game",
"bin": {
"brain-even": "dist/bin/brain-even.js",
"brain-gcd": "dist/bin/brain-gcd.js",
"brain-calc": "dist/bin/brain-calc.js",
"brain-balance": "dist/bin/brain-balance.js",
"brain-progression": "dist/bin/brain-progression.js"
},
"scripts": {
"babel-node": "babel-node",
"flow": "flow",
"eslint": "eslint",
"build": "babel src --out-dir dist",
"prepublish": "npm run build"
},
"dependencies": {
"readline-sync": "*"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "*",
"babel-eslint": "*",
"babel-plugin-syntax-flow": "*",
"babel-plugin-transform-flow-strip-types": "*",
"babel-preset-env": "^1.1.4",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "*",
"eslint": "*",
"eslint-config-airbnb": "*",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-flowtype": "^2.29.2",
"eslint-plugin-import": "^2.2.0",
"flow-bin": "*",
"flow-typed": "*"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Rende11/js_l1_brain_games-s12.git"
},
"keywords": [
"hexlet",
"project"
],
"author": "Artamonov Nikolay",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rende11/js_l1_brain_games-s12/issues"
},
"homepage": "https://github.com/Rende11/js_l1_brain_games-s12#readme"
}