package.json 544 B

123456789101112131415161718192021222324
  1. {
  2. "name": "uhp",
  3. "private": true,
  4. "version": "0.0.1",
  5. "description": "uhp",
  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/uhp.git"
  13. },
  14. "author": "windhamdavid",
  15. "license": "MIT",
  16. "bugs": {
  17. "url": "https://github.com/windhamdavid/uhp/issues"
  18. },
  19. "homepage": "https://github.com/windhamdavid/uhp#readme",
  20. "devDependencies": {
  21. "browser-sync": "^3.0.2",
  22. "gulp": "^5.0.0"
  23. }
  24. }