The license should be in the package.json file. This enables it to show up on npmjs.com (currently says "none"), as well as other enterprisey tools, such as my company's automated software import tool.
{ "license" : "SEE LICENSE IN LICENSE" }
ref: https://docs.npmjs.com/files/package.json#license
The license should be in the package.json file. This enables it to show up on npmjs.com (currently says "none"), as well as other enterprisey tools, such as my company's automated software import tool.
{ "license" : "SEE LICENSE IN LICENSE" }ref: https://docs.npmjs.com/files/package.json#license