package.json 474 B

123456789101112131415161718192021
  1. {
  2. "name": "davidwindham.com",
  3. "description": "a space on the interwebs",
  4. "version": "1.0.0",
  5. "author": "@windhamdavid",
  6. "private": true,
  7. "repository": {
  8. "type": "git",
  9. "url": "https://code.davidawindham.com/david/dw"
  10. },
  11. "main": "index.js",
  12. "scripts": {
  13. "test": "echo \"Error: no test specified\" && exit 1"
  14. },
  15. "dependencies": {},
  16. "devDependencies": {
  17. "browser-sync": "^2.26.7",
  18. "gulp": "^4.0.2",
  19. "gulp-rename": "^2.0.0"
  20. }
  21. }