UNPKG

bug-me

Version:

get a bug to look at based on what you're interested in

36 lines (35 loc) 817 B
{ "name": "bug-me", "version": "1.0.3", "description": "get a bug to look at based on what you're interested in", "main": "index.js", "scripts": { "test": "node test.js" }, "bin": { "bug-me": "./index.js" }, "repository": { "type": "git", "url": "git://github.com/chrisdickinson/bug-me.git" }, "keywords": [ "nodebugme", "triage", "bugs" ], "author": "Chris Dickinson <chris@neversaw.us> (http://neversaw.us/)", "license": "MIT", "bugs": { "url": "https://github.com/chrisdickinson/bug-me/issues" }, "homepage": "https://github.com/chrisdickinson/bug-me", "dependencies": { "ansicolors": "^0.3.2", "ansistyles": "^0.1.3", "concat-stream": "^1.4.7", "minimist": "^1.1.0", "supports-color": "^1.2.0", "wordwrap": "0.0.2" } }