by-mput3
Version:
Learning Hexlet.io node.js project implementation.
45 lines (44 loc) • 1.15 kB
JSON
{
"name": "by-mput3",
"version": "0.0.2",
"description": "Learning Hexlet.io node.js project implementation.",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-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"
},
"main": "",
"scripts": {
"babel-node": "babel-node",
"build": "NODE_ENV=production babel src --out-dir dist --source-maps inline",
"test": "make lint",
"eslint": "eslint"
},
"bin": {
"brain-games": "dist/bin/brain-games.js",
"brain-even": "dist/bin/brain-even.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"
}