From 1a8a7380fd29ddf8ec0b5489f5eb3ff8c9be1fb4 Mon Sep 17 00:00:00 2001 From: jos Date: Thu, 28 May 2015 11:10:20 +0200 Subject: [PATCH] Added license information to package.json too (see #876) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 73601cc9..fdae7c86 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "4.0.1-SNAPSHOT", "description": "A dynamic, browser-based visualization library.", "homepage": "http://visjs.org/", + "license": ["Apache-2.0", "MIT"], "repository": { "type": "git", "url": "git://github.com/almende/vis.git"