2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-04-07 07:06:43 +00:00
|
|
|
"name": "gulp-rtlcss",
|
2022-06-08 10:36:39 +00:00
|
|
|
"version": "2.0.0",
|
2022-04-07 07:06:43 +00:00
|
|
|
"description": "Gulp plugin that uses RTLCSS to convert LTR CSS to RTL.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
2022-02-23 16:41:13 +00:00
|
|
|
},
|
2022-01-21 08:28:41 +00:00
|
|
|
"author": {
|
|
|
|
"name": "James Harrison",
|
|
|
|
"email": "james@jjlharrison.me.uk"
|
|
|
|
},
|
2022-04-07 07:06:43 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"repository": "jjlharrison/gulp-rtlcss",
|
|
|
|
"keywords": [
|
|
|
|
"convert",
|
|
|
|
"css",
|
|
|
|
"gulpplugin",
|
|
|
|
"rtl"
|
|
|
|
],
|
2022-01-21 08:28:41 +00:00
|
|
|
"dependencies": {
|
|
|
|
"plugin-error": "^1.0.1",
|
2022-06-08 10:36:39 +00:00
|
|
|
"rtlcss": "^3.5.0",
|
2022-01-21 08:28:41 +00:00
|
|
|
"through2": "^2.0.5",
|
|
|
|
"vinyl-sourcemaps-apply": "^0.2.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "^6.1.4",
|
|
|
|
"vinyl": "^2.2.0"
|
2022-04-07 07:06:43 +00:00
|
|
|
}
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|