UNPKG

@mjhenkes/postcss-rtl

Version:

PostCSS plugin for RTL-optimizations

58 lines (57 loc) 1.33 kB
{ "name": "@mjhenkes/postcss-rtl", "version": "2.0.0", "description": "PostCSS plugin for RTL-optimizations", "publishConfig": { "access": "public" }, "keywords": [ "postcss", "css", "postcss-plugin", "postcss plugin", "rtl", "ltr", "right to left", "left to right" ], "author": "Vladimir Kalinichev <wrumly@gmail.com>", "license": "MIT", "repository": "https://github.com/mjhenkes/postcss-rtl", "bugs": { "url": "https://github.com/mjhenkes/postcss-rtl/issues" }, "homepage": "https://github.com/mjhenkes/postcss-rtl", "main": "lib/index.js", "files": [ "src", "lib" ], "dependencies": { "rtlcss": "2.5.0" }, "peerDependencies": { "postcss": "^8.0.0" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/preset-env": "^7.8.4", "ava": "^2.4.0", "babel-eslint": "^10.0.3", "eslint": "^6.8.0", "eslint-config-airbnb-base": "^13.2.0", "eslint-plugin-import": "^2.20.1", "postcss": "^8.0.0", "postcss-import": "^13.0.0" }, "scripts": { "build": "babel ./src --out-dir ./lib", "lint": "eslint ./src", "prepare": "npm run lint && npm run build && npm test", "start": "ava --watch ./src/test.js", "test": "ava ./src/test.js" }, "engines": { "node": ">=0.12" } }