package.json 771 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "vali-admin",
  3. "version": "2.3.0",
  4. "description": "An admin theme built with Bootstrap, sass and PugJs",
  5. "devDependencies": {
  6. "autoprefixer": "^7.1.0",
  7. "grunt": "^1.0.1",
  8. "grunt-contrib-pug": "^1.0.0",
  9. "grunt-contrib-watch": "^1.0.0",
  10. "grunt-postcss": "^0.8.0",
  11. "grunt-sass": "^2.0.0"
  12. },
  13. "scripts": {
  14. "dev": "grunt watch",
  15. "build": "grunt build"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "git+https://github.com/pratikborsadiya/vali-admin.git"
  20. },
  21. "keywords": [
  22. "admin",
  23. "dashboard",
  24. "theme"
  25. ],
  26. "author": "Pratik Borsadiya",
  27. "license": "MIT",
  28. "bugs": {
  29. "url": "https://github.com/pratikborsadiya/vali-admin/issues"
  30. },
  31. "homepage": "http://pratikborsadiya.in/blog/vali-admin"
  32. }