/** * Created by Ivo Meißner on 19.08.17. */ export interface IProjectConfig { dependencies: { [name: string]: string; }; }