UNPKG

jishon

Version:

take a search term and get json from jisho

34 lines (33 loc) 678 B
{ "name": "jishon", "version": "0.1.2", "description": "take a search term and get json from jisho", "main": "index.js", "scripts": { "test": "echo lol" }, "repository": { "type": "git", "url": "git+https://github.com/chee/jishon.git" }, "keywords": [ "jisho", "japanese", "json", "scraper" ], "author": "chee <yay@chee.party>", "license": "GPL-3.0+", "bugs": { "url": "https://github.com/chee/jishon/issues" }, "homepage": "https://github.com/chee/jishon#readme", "devDependencies": { "standard": "^10.0.3" }, "bin": "cli.js", "dependencies": { "minimist": "^1.2.0", "scrape-it": "^3.3.3" } }