package.json 569 B

123456789101112131415161718192021
  1. {
  2. "name": "SmartUPS",
  3. "version": "0.1.0",
  4. "devDependencies": {
  5. "eslint": "^6.8.0",
  6. "grunt": "^1.1.0",
  7. "grunt-contrib-clean": "^2.0.0",
  8. "grunt-contrib-compress": "^1.6.0",
  9. "grunt-contrib-cssmin": "^3.0.0",
  10. "grunt-contrib-htmlmin": "^3.1.0",
  11. "grunt-contrib-imagemin": "^4.0.0",
  12. "grunt-contrib-jshint": "^2.1.0",
  13. "grunt-contrib-nodeunit": "~2.1.0",
  14. "grunt-contrib-uglify": "^4.0.1",
  15. "grunt-processhtml": "^0.4.2",
  16. "grunt-replace": "^1.0.1"
  17. },
  18. "author": "Avetisyan Karen",
  19. "license": "ISC",
  20. "description": ""
  21. }