Explorar o código

Added link to github page and license

Titus %!s(int64=13) %!d(string=hai) anos
pai
achega
599e9d47f7
Modificáronse 1 ficheiros con 6 adicións e 2 borrados
  1. 6 2
      package.json

+ 6 - 2
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"
 }