{
    "author": "Øyvind Håkestad <oyvindeh@opera.com> (https://github.com/oyvindeh)",
    "contributors": [
        "Neil Jenkins <neilj@opera.com> (https://github.com/neilj)",
        "Torgeir Lorange Østby <torgeilo@opera.com> (https://github.com/torgeilo)"
    ],
    "name": "flipcss",
    "description": "Flip CSS from ltr to rtl (and vice versa).",
    "version": "0.2.8",
    "homepage": "https://github.com/operasoftware/flipcss",
    "repository": {
        "type": "git",
        "url": "git@github.com:operasoftware/flipcss.git"
    },
    "main": "./lib/flipcss.js",
    "bin": {
        "flipcss": "bin/flipcss.bin.js"
    },
    "keywords": [
        "css",
        "rtl",
        "ltr",
        "right-to-left",
        "left-to-right",
        "i18n",
        "internationalization"
    ],
    "devDependencies": {
        "buster": "0.6.x",
        "sinon": "1.6.x"
    },
    "license": "BSD"
}
