wishthis/node_modules/gulp-rtlcss/package.json
2022-06-08 12:36:39 +02:00

31 lines
631 B
JSON

{
"name": "gulp-rtlcss",
"version": "2.0.0",
"description": "Gulp plugin that uses RTLCSS to convert LTR CSS to RTL.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": {
"name": "James Harrison",
"email": "james@jjlharrison.me.uk"
},
"license": "MIT",
"repository": "jjlharrison/gulp-rtlcss",
"keywords": [
"convert",
"css",
"gulpplugin",
"rtl"
],
"dependencies": {
"plugin-error": "^1.0.1",
"rtlcss": "^3.5.0",
"through2": "^2.0.5",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"devDependencies": {
"mocha": "^6.1.4",
"vinyl": "^2.2.0"
}
}