Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 1.0 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "spectre.css",
  3. "version": "0.5.1",
  4. "homepage": "http://picturepan2.github.io/spectre",
  5. "author": "Yan Zhu <picturepan2@hotmail.com>",
  6. "description": "Spectre.css: a lightweight, responsive and modern CSS framework",
  7. "main": "docs/dist/spectre.css",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/picturepan2/spectre.git"
  11. },
  12. "license": "MIT",
  13. "keywords": [
  14. "css",
  15. "framework",
  16. "flexbox",
  17. "responsive",
  18. "mobile-friendly",
  19. "front-end",
  20. "sass",
  21. "modern"
  22. ],
  23. "bugs": {
  24. "url": "https://github.com/picturepan2/spectre/issues"
  25. },
  26. "devDependencies": {
  27. "gulp": "^3.9.1",
  28. "gulp-autoprefixer": "^7.0.1",
  29. "gulp-clean-css": "^3.9.4",
  30. "gulp-csscomb": "^3.0.8",
  31. "gulp-rename": "^1.2.2",
  32. "gulp-sass": "^4.0.1"
  33. },
  34. "browserslist": [
  35. "last 4 Chrome versions",
  36. "Edge >= 12",
  37. "Firefox ESR",
  38. "last 4 Safari versions",
  39. "last 4 Opera versions",
  40. "Explorer >= 10"
  41. ],
  42. "dependencies": {
  43. "gulp-sourcemaps": "^2.6.4"
  44. }
  45. }