showdown/package.json
2012-06-20 21:51:59 -06:00

31 lines
714 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",
"web": "https://github.com/coreyti/showdown"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"licenses": [{
"type": "BSD",
"url": "https://github.com/coreyti/showdown/raw/master/license.txt"
}],
"main": "./src/showdown"
}