Closed zerkalica closed 11 years ago
Sorry for the delay with this, @zerkalica . I hadn't quite wrapped my head around package managers at the time when you submitted this. Now that we have a proper package.json in the repo, I'd be open to revisiting this if you want to add the jam spec back in. This PR is now outdated, but please feel free to submit another PR.
It's not a good idea to use library name without namespace. See java, python applications. See marionette, jam package namespace is Backbone.Marionette: http://jamjs.org/packages/#/details/Backbone.Marionette.
Geppetto - depends on Marionette, so it full name: Backbone.Marionette.Geppetto, but it's so long.
Every package maintainer creates your own standard: backbone-marionette, marionette, Backbone.Marionette, backbone.marionette
I think, better solution to use java style namespaces marionette.geppetto, but I do not want to create another different standard. Your suggestions ?