UNPKG

project-braingames-simply

Version:
52 lines (51 loc) 1.39 kB
{ "name": "project-braingames-simply", "version": "2.1.0", "description": "brain-games project", "keywords": [ "consolegame", "braingames", "nobodyReadsKeywords" ], "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" }, "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "babel-node": "babel-node", "eslint": "eslint", "build": "NODE_ENV=production babel src --out-dir dist --source-maps inline", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/simplyGo/project-lvl1-s316.git" }, "author": "Mark Cardinal", "license": "ISC", "bugs": { "url": "https://github.com/simplyGo/project-lvl1-s316/issues" }, "homepage": "https://github.com/simplyGo/project-lvl1-s316#readme", "dependencies": { "readline-sync": "^1.4.9", "hexlet-pairs": "^1.0.8" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^8.2.6", "babel-preset-env": "^1.7.0", "babel-preset-stage-0": "^6.24.1", "eslint": "^4.2.0", "eslint-config-airbnb-base": "^13.0.0", "eslint-plugin-babel": "^5.1.0", "eslint-plugin-import": "^2.13.0" } }