mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
adding package.json for CommonJS compliance
This commit is contained in:
parent
2a04951a5d
commit
6872d72294
16
package.json
Normal file
16
package.json
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"name": "showdown",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"author": "John Fraser",
|
||||||
|
"contributors": [
|
||||||
|
"John Gruber",
|
||||||
|
"John Fraser",
|
||||||
|
"Corey Innis"
|
||||||
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/coreyti/showdown.git"
|
||||||
|
},
|
||||||
|
"licenses": [{ "type": "BSD" }],
|
||||||
|
"main": "./src/showdown"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user