{ "author": "Mohammad Younes", "name": "rtlcss", "version": "2.6.2", "description": "Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL)", "homepage": "http://rtlcss.com/", "bugs": "https://github.com/MohammadYounes/rtlcss/issues?state=open", "license": "MIT", "keywords": [ "rtl", "css", "ltr", "rtlcss", "framework", "style", "mirror", "flip", "convert", "transform" ], "repository": { "type": "git", "url": "https://github.com/MohammadYounes/rtlcss.git" }, "bin": { "rtlcss": "./bin/rtlcss.js" }, "dependencies": { "@choojs/findup": "^0.2.1", "chalk": "^2.4.2", "mkdirp": "^0.5.1", "postcss": "^6.0.23", "strip-json-comments": "^2.0.0" }, "devDependencies": { "mocha": "^5.0.0", "standard": "^6.0.0" }, "scripts": { "lint": "standard && node ./lib/rtlcss.js", "test": "npm run lint && mocha -R spec" }, "main": "./lib/rtlcss.js" }