Skip to content

Instantly share code, notes, and snippets.

@rsgranne
Created April 16, 2019 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsgranne/5c7a4ae76fae0d4747016f2521a12cbc to your computer and use it in GitHub Desktop.
Save rsgranne/5c7a4ae76fae0d4747016f2521a12cbc to your computer and use it in GitHub Desktop.
Bootstrap 4 NPM package.json template for Web dev courses
{
"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