showdown/package.json
2012-06-15 12:05:16 -07:00

27 lines
568 B
JSON

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