package.json 802 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "gwp",
  3. "private": true,
  4. "version": "0.0.2",
  5. "description": "gwp",
  6. "main": "index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/windhamdavid/gwp.git"
  13. },
  14. "author": "windhamdavid",
  15. "license": "ISC",
  16. "bugs": {
  17. "url": "https://github.com/windhamdavid/gwp/issues"
  18. },
  19. "homepage": "https://github.com/windhamdavid/gwp#readme",
  20. "devDependencies": {
  21. "browser-sync": "^2.29.3",
  22. "gulp": "^4.0.2",
  23. "gulp-concat": "^2.6.1",
  24. "gulp-purgecss": "^5.0.0",
  25. "gulp-sass": "^5.1.0",
  26. "gulp-sourcemaps": "^3.0.0",
  27. "sass": "^1.69.5"
  28. },
  29. "dependencies": {
  30. "animate.css": "^4.1.1",
  31. "bootstrap": "^5.3.2",
  32. "bootstrap-icons": "^1.11.1"
  33. }
  34. }