Add license metadata to package.json #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "add-license-metadata"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This tiny PR adds a
licensestring topackage.jsonto match the MIT terms inLICENSE.Adding license metadata to
package.jsonallows users to audit open source licenses automatically, without reviewing every dependency innode_modules. Many tools also usepackage.jsonlicense metadata to compile notice files, to make sure each dependency author gets the credit their license requires.You can find more information on
licenseproperties inpackage.jsonfiles on the doc page forpackage.json.Woops, not sure why that wasn't there in the first place. Merged!
Thanks, @marijnh!