package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "BootstrapAngularAdminWebApp",
  3. "version": "1.3.3",
  4. "description": "Admin web application template with Bootstrap 3 and AngularJS.",
  5. "scripts": {
  6. "start": "node node_modules/http-server/bin/http-server src -o"
  7. },
  8. "keywords": [
  9. "AngularJS",
  10. "admin",
  11. "admin",
  12. "dashboard",
  13. "admin",
  14. "panel",
  15. "app",
  16. "charts",
  17. "components",
  18. "flat",
  19. "flat",
  20. "ui",
  21. "responsive",
  22. "responsive",
  23. "layout",
  24. "ui",
  25. "kit",
  26. "ui",
  27. "route",
  28. "web",
  29. "app",
  30. "widgets"
  31. ],
  32. "repository": "https://heyflat@bitbucket.org/heyflat/angulr.git",
  33. "author": "Flatfull",
  34. "license": "Envato REGULAR LICENSE",
  35. "dependencies": {},
  36. "devDependencies": {
  37. "grunt": "^0.4.5",
  38. "grunt-bower-install-simple": "^0.9.3",
  39. "grunt-bump": "0.0.15",
  40. "grunt-changelog": "^0.2.2",
  41. "grunt-contrib-clean": "^0.6.0",
  42. "grunt-contrib-concat": "^0.5.0",
  43. "grunt-contrib-copy": "^0.5.0",
  44. "grunt-contrib-htmlmin": "^0.3.0",
  45. "grunt-contrib-uglify": "^0.5.1",
  46. "grunt-recess": "^1.0.0",
  47. "gruntfile-gtx": "^0.3.0",
  48. "http-server": "^0.6.1",
  49. "require-directory": "^2.0.0"
  50. }
  51. }