adding package.json for CommonJS compliance

This commit is contained in:
Konstantin Käfer 2011-04-07 13:26:00 -04:00
parent 2a04951a5d
commit 6872d72294

16
package.json Normal file
View 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"
}