volojs / volo

Create front end projects from templates, add dependencies, and automate the resulting projects
https://volojs.github.io/
Other
1.41k stars 100 forks source link

AMD depends and exports in package.json #185

Closed victorwpbastos closed 10 years ago

victorwpbastos commented 10 years ago

Is there a way to specify "depends" and "exports" for AMD in the package.json?

jrburke commented 10 years ago

This should not be needed if the project can just use AMD. However, to help consuming libraries that do not use AMD, an amd.json for that project can be added to the volojs/repos to help volo projects that want AMD info:

https://github.com/volojs/repos#amdjson

I think that addresses the question, so closing, but feel free to continue discussion here.