-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 853 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
37
38
39
{
"name": "gulp-postcss-rtlcss",
"version": "1.0.0",
"description": "Gulp plugin that uses POSTCSS-RTLCSS to convert LTR CSS to RTL.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": {
"name": "Nawaf Khalifah",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nawafinity/gulp-postcss-rtlcss.git"
},
"keywords": [
"convert",
"css",
"gulpplugin",
"rtl",
"postcss-rtlcss"
],
"dependencies": {
"plugin-error": "^2.0.1",
"postcss": "^8.4.27",
"postcss-rtlcss": "^4.0.6",
"through2": "^4.0.2",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"devDependencies": {
"mocha": "^10.2.0",
"vinyl": "^3.0.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/nawafinity"
}
}