UNPKG

flipps

Version:
45 lines (44 loc) 923 B
{ "name": "flipps", "version": "1.0.1", "description": "Stylis plugin based on rtlcss", "main": "dist/flipps.js", "scripts": { "build": "babel src --out-dir dist --ignore test.js", "prepublish": "npm run build", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/TheBilTheory/flipps.git" }, "keywords": [ "rtl", "ltr", "arabic", "stylis", "rtlcss", "emotion", "emotion-js", "css", "preprocessor", "middle-east" ], "author": "Bil Benhamou", "license": "ISC", "bugs": { "url": "https://github.com/TheBilTheory/flipps/issues" }, "homepage": "https://github.com/TheBilTheory/flipps#readme", "peerDependencies": { "stylis": "^3.5.4" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.7.0", "jest": "^23.5.0" }, "dependencies": { "rtlcss": "^2.4.0" } }