forked from MohammadYounes/rtlcss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 833 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 833 Bytes
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
{
"author": "Mohammad Younes",
"name": "rtlcss",
"version": "1.7.0",
"description": "Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL)",
"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": {
"postcss": "^5.0.0",
"chalk": "^1.0.0",
"findup": "0.1.5",
"strip-json-comments": "^1.0.0",
"mkdirp": "0.5.0"
},
"devDependencies": {
"mocha": "^2.0.0"
},
"scripts": {
"test": "mocha -R spec"
},
"main": "./lib/rtlcss"
}