From 66adfb131cb084c2c510f3ec37a1fb5dfc96c439 Mon Sep 17 00:00:00 2001 From: Robert Reiz Date: Thu, 8 Apr 2021 18:09:48 +0200 Subject: [PATCH] Adding the license information to the package.json Tools like VersionEye are using this information for license compliance analysis. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 11dfcd0..cbec2a7 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.1.12", "description": "A javascript library to extract Exif metadata from images, in node and in the browser.", "author": "Bruno Windels ", + "license": "MIT", "keywords": [ "exif", "image",