seninel部署
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

56 lignes
1.5KB

  1. {
  2. "name": "sentinel-dashboard",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo no test case",
  8. "build": "gulp build",
  9. "start": "gulp"
  10. },
  11. "author": "x-cold <lxstart@outlook.com>",
  12. "license": "MIT",
  13. "dependencies": {
  14. "angular": "^1.4.8",
  15. "angular-animate": "^1.4.0",
  16. "angular-bootstrap": "^0.12.2",
  17. "angular-clipboard": "^1.6.2",
  18. "angular-cookies": "^1.4.0",
  19. "angular-date-time-input": "^1.2.1",
  20. "angular-loading-bar": "^0.9.0",
  21. "angular-mocks": "^1.4.0",
  22. "angular-resource": "^1.4.0",
  23. "angular-route": "^1.4.0",
  24. "angular-selectize2": "^v1.2.3",
  25. "angular-table-resize": "^2.0.1",
  26. "angular-touch": "^1.4.0",
  27. "angular-ui-notification": "^0.3.6",
  28. "angular-ui-router": "^1.0.18",
  29. "angular-utils-pagination": "^0.11.1",
  30. "angularjs-bootstrap-datetimepicker": "^1.1.4",
  31. "bootstrap-switch": "^3.3.4",
  32. "bootstrap-tagsinput": "~0.7.1",
  33. "moment": "^2.12.0",
  34. "ng-dialog": "^0.6.6",
  35. "ng-tags-input": "~3.0.0",
  36. "oclazyload": "^1.1.0",
  37. "selectize": "^0.12.1",
  38. "lodash": ">=4.17.11"
  39. },
  40. "devDependencies": {
  41. "gulp": "^3.9.1",
  42. "gulp-clean": "^0.4.0",
  43. "gulp-concat": "^2.6.1",
  44. "gulp-connect": "^5.7.0",
  45. "gulp-csscomb": "^3.0.8",
  46. "gulp-cssmin": "^0.2.0",
  47. "gulp-jshint": "^2.1.0",
  48. "gulp-load-plugins": "^1.5.0",
  49. "gulp-serv": "0.0.1",
  50. "gulp-uglify": "^3.0.0",
  51. "jshint": "^2.10.2",
  52. "open": "0.0.5",
  53. "source-map": "^0.7.3"
  54. }
  55. }