korean-dictionary
Version:
Provides Korean Dictionary Implements and Crawler for Node.js with Rust FFI
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "korean-dictionary",
"version": "0.2.0",
"description": "Provides Korean Dictionary Implements and Crawler for Node.js with Rust FFI",
"main": "lib/index.js",
"keywords": [
"korean",
"dictionary",
"crawler",
"hangul"
],
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"ffi": "^2.2.0"
},
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"jsdoc": "^3.5.5",
"mocha": "^5.2.0"
},
"scripts": {
"docs": "jsdoc lib -d docs",
"lint": "eslint lib test",
"lint:fix": "eslint lib test --fix",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Astro36/KoreanDictionary.git"
},
"author": "Seungjae Park <astr36@naver.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Astro36/KoreanDictionary/issues"
},
"homepage": "https://github.com/Astro36/KoreanDictionary#readme"
}