-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 907 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
{
"name": "bootstrap-reverse",
"version": "4.3.1",
"description": "Bootstrap 4 RTL for Right to left directional languages like Arabic,Persian,Hebrew and Urdu",
"keywords": [
"bootstrap",
"bootstrap-rtl",
"arabic",
"persian",
"hebrew",
"urdu",
"rtl"
],
"author": "javatmp",
"license": "MIT",
"contributors": [],
"dependencies": {
"jquery": "^3.4.1",
"popper.js": "1.15.0",
"bootstrap": "4.3.1"
},
"devDependencies": {
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.2.0",
"gulp-header": "^2.0.7",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/JavaTMP/bootstrap-reverse.git"
}
}