Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 534 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 534 Bytes

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