# File lib/cgikit/project/package.rb, line 12
    def initialize( path )
      @path = path
      @name = File.basename(path)
    end