2011-04-08 01:26:00 +08:00
|
|
|
{
|
|
|
|
"name": "showdown",
|
2012-11-02 04:22:41 +08:00
|
|
|
"version": "0.3.1",
|
2011-04-08 01:26:00 +08:00
|
|
|
"author": "John Fraser",
|
2012-11-02 02:12:27 +08:00
|
|
|
"scripts": {
|
|
|
|
"test": "mocha ./test/run.js"
|
|
|
|
},
|
2011-04-08 01:26:00 +08:00
|
|
|
"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",
|
2012-10-31 16:21:28 +08:00
|
|
|
"Ben Combee",
|
2012-11-02 18:05:07 +08:00
|
|
|
"Adam Backstrom",
|
|
|
|
"Pascal Deschênes"
|
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": {
|
2012-11-02 02:12:27 +08:00
|
|
|
"mocha": "1.3.0",
|
2012-11-02 02:12:53 +08:00
|
|
|
"grunt": "0.3.17",
|
|
|
|
"grunt-simple-mocha": "*",
|
|
|
|
"grunt-mocha": "*",
|
2012-11-02 02:12:27 +08:00
|
|
|
"should": "1.2.0"
|
2012-06-14 13:05:31 +08:00
|
|
|
},
|
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"
|
|
|
|
}
|