package.json 966 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "gentelella",
  3. "version": "2.0-beta2",
  4. "description": "Gentelella Admin is a free to use Bootstrap admin template",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/puikinsh/gentelella.git"
  11. },
  12. "keywords": [
  13. "css",
  14. "js",
  15. "html",
  16. "template",
  17. "admin",
  18. "bootstrap",
  19. "theme",
  20. "backend",
  21. "responsive"
  22. ],
  23. "author": "Aigars Silkalns",
  24. "contributors": [
  25. "Christian Esperar"
  26. ],
  27. "license": "MIT",
  28. "main": "build/js/custom.min.js",
  29. "bugs": {
  30. "url": "https://github.com/puikinsh/gentelella/issues"
  31. },
  32. "homepage": "https://github.com/puikinsh/gentelella#readme",
  33. "devDependencies": {
  34. "browser-sync": "^2.26.7",
  35. "gulp": "^4.0.2",
  36. "gulp-autoprefixer": "^7.0.1",
  37. "gulp-concat": "^2.6.1",
  38. "gulp-rename": "^2.0.0",
  39. "gulp-ruby-sass": "^4.0.0",
  40. "gulp-uglify": "^3.0.2"
  41. }
  42. }