UNPKG

webdict-cli

Version:

Search dictionary.com and urbandictionary from CLI

39 lines 856 B
{ "name": "webdict-cli", "version": "0.4.1", "description": "Search dictionary.com and urbandictionary from CLI", "files": [ "webdict.js" ], "bin": { "webdict": "webdict.js" }, "scripts": { "test": "standard && ava" }, "repository": { "type": "git", "url": "git+https://github.com/prdpx7/webdict-cli.git" }, "keywords": [ "dictionary", "cli", "unix", "urbandictionary" ], "author": "Pradeep Khileri <pradeepchoudhary009@gmail.com> (https://prdpx7.github.io)", "license": "MIT", "bugs": { "url": "https://github.com/prdpx7/webdict-cli/issues" }, "homepage": "https://github.com/prdpx7/webdict-cli#readme", "dependencies": { "chalk": "^2.4.1", "commander": "^2.19.0", "webdict": "^0.3.0" }, "devDependencies": { "ava": "^1.0.1", "standard": "^10.0.2" } }