From 599e9d47f7fa3cea2d4a7ca7d9548d4b3d379683 Mon Sep 17 00:00:00 2001 From: Titus Date: Wed, 20 Jun 2012 21:51:59 -0600 Subject: [PATCH] Added link to github page and license --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index abc10b1..0f8da22 100644 --- a/package.json +++ b/package.json @@ -15,12 +15,16 @@ ], "repository": { "type": "git", - "url": "https://github.com/coreyti/showdown.git" + "url": "https://github.com/coreyti/showdown.git", + "web": "https://github.com/coreyti/showdown" }, "devDependencies": { "mocha": "*", "should": "*" }, - "licenses": [{ "type": "BSD" }], + "licenses": [{ + "type": "BSD", + "url": "https://github.com/coreyti/showdown/raw/master/license.txt" + }], "main": "./src/showdown" }