showdown/package.json

41 lines
970 B
JSON
Raw Normal View History

{
"name": "showdown",
2012-11-02 04:22:41 +08:00
"version": "0.3.1",
"author": "John Fraser",
"scripts": {
"test": "mocha ./test/run.js"
},
"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",
"Adam Backstrom"
],
"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": "1.3.0",
2012-11-02 02:12:53 +08:00
"grunt": "0.3.17",
"grunt-simple-mocha": "*",
"grunt-mocha": "*",
"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"
}],
"main": "./src/showdown"
}