UNPKG

bizzfuzz

Version:

Extendable FizzBuzz Library in Javascript (LOL)

32 lines (31 loc) 634 B
{ "name": "bizzfuzz", "version": "1.0.4", "description": "Extendable FizzBuzz Library in Javascript (LOL)", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/smizell/bizzfuzz" }, "keywords": [ "fizz", "buzz", "FizzBuzz" ], "author": "Stephen Mizell", "license": "MIT", "dependencies": { "underscore": "~1.6.0" }, "devDependencies": { "mocha": "~1.18.2", "expect.js": "~0.3.1" }, "bugs": { "url": "https://github.com/smizell/bizzfuzz/issues" }, "homepage": "https://github.com/smizell/bizzfuzz" }