normalize-license

0.0.2 • Public • Published

normalize-license

Attempts to normalize all the different ways people put license information in their package.json files.

usage

 
var format = require('normalize-license');
 
var license = format(json);

There is also a "guessing" feature:

format(json, true);

This will attempt to look into the json.readme property to "Guess" the license.

build

Build Status

Package Sidebar

Install

npm i normalize-license

Weekly Downloads

0

Version

0.0.2

License

BSD

Last publish

Collaborators

  • davglass