# File lib/juicer/install/jslint_installer.rb, line 15
      def initialize(install_dir = Juicer.home)
        super(install_dir)
        @latest = "1.0"
        @website = "http://www.jslint.com/"
        @path = "lib/jslint"
        @name = "JsLint"
        dependency :rhino
      end