linnovate / meanio

meanio core module
MIT License
54 stars 73 forks source link

Added ability to load packages from node_modules #89

Closed jwebbdev closed 8 years ago

jwebbdev commented 8 years ago

Due to the possible different in package.json name and mean.json (mean package) name, this adds a hard requirement that all mean packages have a mean.json with name and version key, and the package.json must have a 'mean' key.