package.json 656 B

1234567891011121314151617181920212223242526272829
  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. }
  29. }