UNPKG

firefly-names

Version:
31 lines (30 loc) 712 B
{ "name": "firefly-names", "version": "1.3.0", "description": "Get random Firefly character names", "main": "src/index.js", "scripts": { "test": "mocha src/index.test.js -w" }, "repository": { "type": "git", "url": "git+https://github.com/codemonkeybot/firefly-names.git" }, "keywords": [ "random", "firefly" ], "author": "Richard Cunday <rich.cunday@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/codemonkeybot/firefly-names/issues" }, "homepage": "https://github.com/codemonkeybot/firefly-names#readme", "dependencies": { "unique-random-array": "1.0.0" }, "devDependencies": { "chai": "3.5.0", "mocha": "2.4.5" } }