mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Added link to github page and license
This commit is contained in:
parent
f68216820a
commit
599e9d47f7
|
@ -15,12 +15,16 @@
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/coreyti/showdown.git"
|
"url": "https://github.com/coreyti/showdown.git",
|
||||||
|
"web": "https://github.com/coreyti/showdown"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "*",
|
"mocha": "*",
|
||||||
"should": "*"
|
"should": "*"
|
||||||
},
|
},
|
||||||
"licenses": [{ "type": "BSD" }],
|
"licenses": [{
|
||||||
|
"type": "BSD",
|
||||||
|
"url": "https://github.com/coreyti/showdown/raw/master/license.txt"
|
||||||
|
}],
|
||||||
"main": "./src/showdown"
|
"main": "./src/showdown"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user