From e39ea67b36005ba72832a71f4f690e7fa4d8e54e Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Fri, 18 Oct 2013 10:45:19 -0700 Subject: [PATCH] Update package.json --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index e27958f..4bb019e 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,10 @@ "devDependencies": {}, "scripts": { "test": "node src/test/run.js" + }, + "bugs": "https://github.com/lloyd/JSONSelect/issues", + "licenses": { + "type": "MIT", + "url": "https://raw.github.com/lloyd/JSONSelect/master/LICENSE" } }