Does ember-data depends on ember?

Does ember-data depends on ember? Or is it actually a separate project that you can use it with other libraries?

@lightblade it absolutely depends on Ember, though only the object model of Ember and some primitives like the container. It is possible to build a custom, lightweight version of Ember to use with Ember-Data only, but this is pretty much unheard of.