package.json 570 B

123456789101112131415161718192021
  1. {
  2. "name": "SmartUPS",
  3. "version": "0.1.0",
  4. "devDependencies": {
  5. "eslint": "^4.11.0",
  6. "grunt": "^1.0.1",
  7. "grunt-contrib-clean": "^1.1.0",
  8. "grunt-contrib-compress": "^1.4.3",
  9. "grunt-contrib-cssmin": "^2.2.1",
  10. "grunt-contrib-htmlmin": "^2.4.0",
  11. "grunt-contrib-imagemin": "^2.0.1",
  12. "grunt-contrib-jshint": "^1.1.0",
  13. "grunt-contrib-nodeunit": "~1.0.0",
  14. "grunt-contrib-uglify": "^3.1.0",
  15. "grunt-processhtml": "^0.4.1",
  16. "grunt-replace": "^1.0.1"
  17. },
  18. "author": "Avetisyan Karen",
  19. "license": "ISC",
  20. "description": ""
  21. }