Added link to github page and license
This commit is contained in:
parent
f68216820a
commit
599e9d47f7
1 changed files with 6 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue