package.json 689 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "gwp",
  3. "version": "0.0.1",
  4. "description": "gwp",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/windhamdavid/gwp.git"
  12. },
  13. "author": "windhamdavid",
  14. "license": "ISC",
  15. "bugs": {
  16. "url": "https://github.com/windhamdavid/gwp/issues"
  17. },
  18. "homepage": "https://github.com/windhamdavid/gwp#readme",
  19. "devDependencies": {
  20. "browser-sync": "^2.27.7",
  21. "gulp": "^4.0.2",
  22. "gulp-concat": "^2.6.1",
  23. "gulp-sass": "^5.1.0",
  24. "sass": "^1.49.7"
  25. },
  26. "dependencies": {
  27. "bootstrap": "^5.1.3",
  28. "bootstrap-icons": "^1.8.1"
  29. }
  30. }