package.json 549 B

1234567891011121314151617181920
  1. {
  2. "name": "SmartUPS",
  3. "version": "0.1.0",
  4. "devDependencies": {
  5. "grunt": "^0.4.5",
  6. "grunt-contrib-clean": "^0.6.0",
  7. "grunt-contrib-compress": "^0.13.0",
  8. "grunt-contrib-cssmin": "^0.14.0",
  9. "grunt-contrib-htmlmin": "^0.5.0",
  10. "grunt-contrib-imagemin": "^1.0.1",
  11. "grunt-contrib-jshint": "^0.11.3",
  12. "grunt-contrib-nodeunit": "~0.4.1",
  13. "grunt-contrib-uglify": "^0.9.2",
  14. "grunt-processhtml": "^0.3.8",
  15. "grunt-replace": "^0.11.0"
  16. },
  17. "author": "Avetisyan Karen",
  18. "license": "ISC",
  19. "description": ""
  20. }