Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

50 lines
1.1 KiB

  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": "^4.0.0",
  28. "gulp-autoprefixer": "^6.1.0",
  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. "scripts": {
  43. "dev": "gulp watch",
  44. "build": "gulp build"
  45. },
  46. "dependencies": {
  47. "gulp-sourcemaps": "^2.6.4"
  48. }
  49. }