showdown/package.json

31 lines
714 B
JSON
Raw Normal View History

{
"name": "showdown",
2012-06-16 03:05:16 +08:00
"version": "0.2.0",
"author": "John Fraser",
"contributors": [
"John Gruber",
"John Fraser",
2011-04-08 01:31:26 +08:00
"Corey Innis",
2011-04-09 06:27:45 +08:00
"Remy Sharp",
2012-05-28 06:01:31 +08:00
"Konstantin Käfer",
"Roger Braun",
2012-05-28 06:18:51 +08:00
"Dominic Tarr",
2012-06-16 03:04:48 +08:00
"Cat Chen",
"Titus Stone"
],
"repository": {
"type": "git",
2012-06-21 11:51:59 +08:00
"url": "https://github.com/coreyti/showdown.git",
"web": "https://github.com/coreyti/showdown"
},
2012-06-14 13:05:31 +08:00
"devDependencies": {
"mocha": "*",
"should": "*"
},
2012-06-21 11:51:59 +08:00
"licenses": [{
"type": "BSD",
"url": "https://github.com/coreyti/showdown/raw/master/license.txt"
}],
"main": "./src/showdown"
}