forked from azouaoui-med/pro-sidebar-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 937 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
{
"name": "pro-sidebar-template",
"version": "1.0.0",
"description": "Responsive sidebar template with dropdown menu based on bootstrap framwork",
"main": "index.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.8.2",
"bootstrap": "^4.3.1",
"jquery": "^3.4.1",
"malihu-custom-scrollbar-plugin": "^3.1.5",
"popper.js": "^1.15.0"
},
"devDependencies": {
"browser-sync": "^2.26.5",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-sass": "^4.0.2",
"node-sass": "^4.12.0"
},
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/azouaoui-med/pro-sidebar-template.git"
},
"keywords": [],
"author": "Azouaoui Mohamed",
"license": "MIT",
"bugs": {
"url": "https://github.com/azouaoui-med/pro-sidebar-template/issues"
},
"homepage": "https://github.com/azouaoui-med/pro-sidebar-template#readme"
}