hexlet-braingames-by-mput
Version:
Learning Hexlet.io node.js project implementation.
51 lines (50 loc) • 1.42 kB
JSON
{
"name": "hexlet-braingames-by-mput",
"version": "0.3.12",
"description": "Learning Hexlet.io node.js project implementation.",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"beabel-preset-env": "^1.6.0",
"babel-preset-stage-0": "^6.24.1",
"eslint": "*",
"eslint-config-airbnb-base": "*",
"eslint-plugin-import": "*",
"babel-eslint": "*"
},
"dependencies": {
"readline-sync": "^1.4.7",
"hexlet-pairs":"^1.0.5"
},
"main": "",
"scripts": {
"babel-node": "babel-node",
"build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
"prepublish": "npm run build",
"test": "make lint",
"eslint": "eslint"
},
"bin": {
"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",
"brain-prime": "dist/bin/brain-prime.js",
"brain-progression": "dist/bin/brain-progression.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mput/project-lvl1-s128.git"
},
"keywords": [
"Hexlet",
"learningproject",
"firstproject"
],
"author": "Maxim Putintsev <putintsev@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/mput/project-lvl1-s128/issues"
},
"homepage": "https://github.com/mput/project-lvl1-s128#readme"
}