-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 969 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"author": "Øyvind Håkestad <oyvindeh@fastmail.fm> (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/oyvindeh/flipcss",
"repository": {
"type": "git",
"url": "git@github.com:oyvindeh/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.7.x",
"sinon": "1.17.x"
},
"license": "BSD",
"scripts": {
"test": "node run-tests.js"
}
}