package.json 783 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "gwp",
  3. "version": "0.0.2",
  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.29.3",
  21. "gulp": "^4.0.2",
  22. "gulp-concat": "^2.6.1",
  23. "gulp-purgecss": "^5.0.0",
  24. "gulp-sass": "^5.1.0",
  25. "gulp-sourcemaps": "^3.0.0",
  26. "sass": "^1.69.5"
  27. },
  28. "dependencies": {
  29. "animate.css": "^4.1.1",
  30. "bootstrap": "^5.3.2",
  31. "bootstrap-icons": "^1.11.1"
  32. }
  33. }