1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "gulp-rtlcss",
- "version": "1.2.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": "^0.1.2",
- "rtlcss": "^2.2.1",
- "through2": "^2.0.3",
- "vinyl-sourcemaps-apply": "^0.2.1"
- },
- "devDependencies": {
- "mocha": "*",
- "vinyl": "^2.1.0"
- }
- }
|