UNPKG

icu-bidi

Version:

Bindings to the ICU (55) Unicode BiDi algorithm

44 lines (43 loc) 1.05 kB
{ "name": "icu-bidi", "description": "Bindings to the ICU (55) Unicode BiDi algorithm", "version": "0.1.6", "homepage": "http://github.com/cscott/node-icu-bidi", "author": "C. Scott Ananian <cscott@cscott.net>", "main": "lib/index", "keywords": [ "libicu", "icu", "bidi", "unicode", "directionality" ], "repository": { "type": "git", "url": "cscott/node-icu-bidi" }, "license": "ICU", "scripts": { "test": "mocha", "install": "node-pre-gyp install --fallback-to-build", "gh-publish": "scripts/publish.js", "clean": "rm -rf node_modules lib/binding build" }, "binary": { "module_name": "icu_bidi", "module_path": "./lib/binding/{node_abi}-{platform}-{arch}", "host": "https://github.com", "remote_path": "/cscott/node-icu-bidi/releases/download/{version}/" }, "dependencies": { "nan": "~2.3.3", "node-pre-gyp": "~0.6.28" }, "bundleDependencies": [ "node-pre-gyp" ], "devDependencies": { "mocha": "~2.5.3", "should": "~9.0.2" } }