UNPKG

translit-rue

Version:

Translit is a JavaScript library that transliterates the Rusyn language between the Latin alphabet and the Cyrillic script.

55 lines (54 loc) 1.46 kB
{ "name": "translit-rue", "version": "3.0.1", "description": "Translit is a JavaScript library that transliterates the Rusyn language between the Latin alphabet and the Cyrillic script.", "license": "MIT", "author": { "name": "Braňo Šandala", "email": "hi@brano.me" }, "scripts": { "build": "gulp build", "test": "mocha --require @babel/register ./tests/**/*.test.js -R min --no-colors", "test:dev": "mocha --require @babel/register ./tests/**/*.test.js -R min -w", "lint": "eslint src/ tests/ gulpfile.js", "prepare": "husky" }, "main": "dist/translit_dist.min.js", "files": [ "dist/translit_dist.min.js" ], "repository": { "type": "git", "url": "https://github.com/surfinzap/translit-rue" }, "bugs": { "url": "https://github.com/surfinzap/translit-rue/issues" }, "keywords": [ "transliteration", "Rusyn" ], "engines": { "node": ">=6.9.4" }, "devDependencies": { "@babel/cli": "^7.26.4", "@babel/core": "^7.26.9", "@babel/preset-env": "^7.26.9", "@babel/register": "^7.25.9", "@eslint/js": "^9.21.0", "babelify": "^10.0.0", "browserify": "^17.0.1", "eslint": "^9.21.0", "gulp": "^5.0.0", "gulp-cli": "^3.0.0", "gulp-header": "^2.0.9", "gulp-replace": "^1.1.4", "gulp-uglify": "^3.0.2", "husky": "^9.1.7", "mocha": "^11.1.0", "vinyl-buffer": "^1.0.1", "vinyl-source-stream": "^2.0.0" } }