Created
April 16, 2019 19:03
-
-
Save rsgranne/5c7a4ae76fae0d4747016f2521a12cbc to your computer and use it in GitHub Desktop.
Bootstrap 4 NPM package.json template for Web dev courses
This file contains 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": "bootstrap-4", | |
"version": "1.0.0", | |
"description": "Bootstrap 4", | |
"main": "index.js", | |
"scripts": {}, | |
"author": "", | |
"license": "ISC", | |
"dependencies": { | |
"bootstrap": "^4.3.1", | |
"jquery": "^3.4.0", | |
"popper.js": "^1.15.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment