package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. "angular-nicescroll": "0.0.0",
  33. "blueimp-md5": "^2.12.0",
  34. "echarts": "^4.2.0-rc.1"
  35. },
  36. "devDependencies": {
  37. "grunt": "^0.4.5",
  38. "grunt-bower-install-simple": "^0.9.3",
  39. "grunt-contrib-clean": "^0.6.0",
  40. "grunt-contrib-compass": "^1.0.1",
  41. "grunt-contrib-concat": "^0.5.0",
  42. "grunt-contrib-copy": "^0.5.0",
  43. "grunt-contrib-cssmin": "^0.12.2",
  44. "grunt-contrib-uglify": "^0.8.0",
  45. "gruntfile-gtx": "^0.3.0",
  46. "http-server": "^0.9.0",
  47. "require-directory": "^2.0.0"
  48. }
  49. }