Created
February 16, 2019 12:51
-
-
Save umedsondoniyor/a38e44476ae346c37dccdee709fc7c3b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "bs4starter", | |
"version": "1.0.0", | |
"description": "Bootstrap 4 starter workflow APAT", | |
"main": "index.js", | |
"scripts": { | |
"start": "gulp" | |
}, | |
"author": "Umedzhon Izbasarov", | |
"license": "MIT", | |
"dependencies": { | |
"bootstrap": "4.3.1", | |
"font-awesome": "4.7.0", | |
"jquery": "3.3.1", | |
"popper.js": "1.14.7" | |
}, | |
"devDependencies": { | |
"browser-sync": "2.26.3", | |
"gulp": "4.0.0", | |
"gulp-sass": "4.0.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment