UNPKG

ls-view-text-direction

Version:

Litespeed.js view component that adds RTL or LTR your your text or input element according to their language

34 lines (33 loc) 919 B
{ "name": "ls-view-text-direction", "version": "v1.0.0", "private": false, "main": "src/direction.js", "description": "Litespeed.js view component that adds RTL or LTR your your text or input element according to their language", "homepage": "https://github.com/litespeed-js/ls-view-text-direction", "bugs": "https://github.com/litespeed-js/ls-view-text-direction/issues", "license": "MIT", "jsdelivr": "src/direction.js", "repository": { "type": "git", "url": "https://github.com/litespeed-js/ls-view-text-direction.git" }, "keywords": [ "litespeed", "framework", "lite", "speed", "lightspeed", "light", "javascript" ], "dependencies": { "litespeed.js": "^0.3.6" }, "devDependencies": { "jest": "^24.8.0" }, "scripts": { "test": "jest tests" } }