UNPKG

fizzbuzz-array

Version:

Simple fizzbuzz implementation, to learn node, npm, etc.

43 lines (42 loc) 828 B
{ "name": "fizzbuzz-array", "version": "1.0.2", "description": "Simple fizzbuzz implementation, to learn node, npm, etc.", "main": "src/fizzbuzz.js", "scripts": { "test": "jest" }, "engines": { "node": ">=8.9.4" }, "repository": { "type": "git", "url": "git+https://github.com/CeeJayCee/fizzbuzz.git" }, "keywords": [ "Fizzbuzz", "Fizz", "Buzz", "Test", "Node", "NPM", "Learning", "Arrays" ], "author": "Chris Conway <chris@ceejaycee.net>", "license": "GPL-3.0", "bugs": { "url": "https://github.com/CeeJayCee/fizzbuzz/issues" }, "homepage": "https://github.com/CeeJayCee/fizzbuzz#readme", "devDependencies": { "coveralls": "^3.0.0", "jest": "^22.3.0" }, "jest": { "collectCoverage": true }, "files": [ "src/" ] }