UNPKG

goby

Version:

Username generator. What do you want to go by?

37 lines (36 loc) 878 B
{ "name": "goby", "version": "1.1.2", "description": "Username generator. What do you want to go by?", "main": "lib/goby.js", "repository": { "type": "git", "url": "git+https://github.com/seancannon/goby.git" }, "dependencies": { "ramda": "^0.19.x" }, "devDependencies": { "coveralls": "^2.11.2", "istanbul": "^0.3.13", "jasmine": "^2.3.1", "jshint-stylish": "^0.2.0" }, "scripts": { "test": "export NODE_ENV=test && ./node_modules/.bin/istanbul cover ./node_modules/.bin/jasmine", "demo": "node example.js" }, "keywords": [ "username", "nickname", "moniker", "alienwebguy", "seancannon" ], "author": "Sean Cannon (alienwebguy@gmail.com)", "license": "MIT", "bugs": { "url": "https://github.com/seancannon/goby/issues" }, "homepage": "https://github.com/seancannon/goby#readme" }