package.json 493 B

123456789101112131415161718192021222324
  1. {
  2. "name": "hlf",
  3. "version": "1.0.0",
  4. "description": "",
  5. "author": "@windhamdavid",
  6. "private": true,
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/windhamdavid/hlf.git"
  10. },
  11. "main": "index.js",
  12. "scripts": {
  13. "test": "echo \"Error: no test specified\" && exit 1"
  14. },
  15. "devDependencies": {
  16. "browser-sync": "^2.27.7",
  17. "gulp": "^4.0.2",
  18. "gulp-rename": "^2.0.0",
  19. "gulp-sass": "^5.1.0"
  20. },
  21. "dependencies": {
  22. "bootstrap": "^5.1.3"
  23. }
  24. }