package.json 948 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "ClipTwo",
  3. "version": "1.3.0",
  4. "description": "AngularJs Bootstrap Admin Template",
  5. "scripts": {
  6. "start": "node node_modules/http-server/bin/http-server -o -p 8086"
  7. },
  8. "keywords": [
  9. "AngularJS",
  10. "admin",
  11. "admin",
  12. "dashboard",
  13. "admin",
  14. "panel",
  15. "app",
  16. "charts",
  17. "components",
  18. "ui",
  19. "responsive",
  20. "layout",
  21. "ui",
  22. "kit",
  23. "ui",
  24. "route",
  25. "web",
  26. "app",
  27. "widgets"
  28. ],
  29. "repository": "",
  30. "author": "ClipTheme",
  31. "dependencies": {},
  32. "devDependencies": {
  33. "grunt": "^0.4.5",
  34. "grunt-bower-install-simple": "^0.9.3",
  35. "grunt-contrib-clean": "^0.6.0",
  36. "grunt-contrib-compass": "^1.0.1",
  37. "grunt-contrib-concat": "^0.5.0",
  38. "grunt-contrib-copy": "^0.5.0",
  39. "grunt-contrib-cssmin": "^0.12.2",
  40. "grunt-contrib-uglify": "^0.8.0",
  41. "gruntfile-gtx": "^0.3.0",
  42. "http-server": "^0.9.0",
  43. "require-directory": "^2.0.0"
  44. }
  45. }