{ "name": "bootstrap-tutorial", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "http://git.mumech.com/yutsuo/bootstrap-tutorial.git" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "browser-sync": "^2.26.7", "gulp": "^4.0.2", "gulp-sass": "^4.0.2" }, "dependencies": { "bootstrap": "^4.4.1", "jquery": "^3.4.1", "popper.js": "^1.16.0" } }