showdown/package.json
2012-06-13 23:05:31 -06:00

26 lines
545 B
JSON

{
"name": "showdown",
"version": "0.1.0",
"author": "John Fraser",
"contributors": [
"John Gruber",
"John Fraser",
"Corey Innis",
"Remy Sharp",
"Konstantin Käfer",
"Roger Braun",
"Dominic Tarr",
"Cat Chen"
],
"repository": {
"type": "git",
"url": "https://github.com/coreyti/showdown.git"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"licenses": [{ "type": "BSD" }],
"main": "./src/showdown"
}