forked from mmdsharifi/Bootstrap4-RTL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.13 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "bootstrap4rtl",
"version": "0.1.6",
"description": "A Awesome workflow for bootstrap4rtl",
"main": "index.html",
"scripts": {
"test": "test",
"commit": "git-cz"
},
"repository": {
"type": "git",
"url": "https://github.com/mmdsharifi/Bootstrap4-RTL.git"
},
"keywords": [
"postcss",
"rtlbootstrap",
"persian",
"bootstrap"
],
"author": "Mohammad Sharifi",
"license": "MIT",
"bugs": {
"url": "https://github.com/mmdsharifi/Bootstrap4-RTL/issues"
},
"homepage": "https://github.com/mmdsharifi/Bootstrap4-RTL",
"devDependencies": {
"browser-sync": "*",
"commitizen": "^2.9.6",
"cssnano": "^3.7.3",
"cz-conventional-changelog": "^2.0.0",
"gulp": "^3.9.0",
"gulp-bower": "*",
"gulp-clean-css": "^2.0.10",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"rtlcss": "^2.0.6"
},
"dependencies": {
"bootstrap": "^4.0.0-beta",
"font-awesome": "*",
"popper.js": "^1.12.2"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}