2011-04-08 01:26:00 +08:00
|
|
|
{
|
|
|
|
"name": "showdown",
|
2012-06-16 03:05:16 +08:00
|
|
|
"version": "0.2.0",
|
2011-04-08 01:26:00 +08:00
|
|
|
"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",
|
2012-10-31 15:54:12 +08:00
|
|
|
"Titus Stone",
|
|
|
|
"Rob Sutherland",
|
|
|
|
"Pavel Lang",
|
|
|
|
"Ben Combee"
|
2011-04-08 01:26:00 +08:00
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2012-06-21 11:51:59 +08:00
|
|
|
"url": "https://github.com/coreyti/showdown.git",
|
|
|
|
"web": "https://github.com/coreyti/showdown"
|
2011-04-08 01:26:00 +08:00
|
|
|
},
|
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"
|
|
|
|
}],
|
2011-04-08 01:26:00 +08:00
|
|
|
"main": "./src/showdown"
|
|
|
|
}
|