2011-04-08 01:26:00 +08:00
|
|
|
{
|
2015-01-05 05:27:45 +08:00
|
|
|
"name": "showdown",
|
2015-04-22 22:21:15 +08:00
|
|
|
"version": "0.5.0",
|
2015-01-05 05:27:45 +08:00
|
|
|
"author": "John Fraser",
|
|
|
|
"contributors": [
|
|
|
|
"John Gruber",
|
|
|
|
"John Fraser",
|
|
|
|
"Corey Innis",
|
|
|
|
"Remy Sharp",
|
|
|
|
"Konstantin Käfer",
|
|
|
|
"Roger Braun",
|
|
|
|
"Dominic Tarr",
|
|
|
|
"Cat Chen",
|
|
|
|
"Titus Stone",
|
|
|
|
"Rob Sutherland",
|
|
|
|
"Pavel Lang",
|
|
|
|
"Ben Combee",
|
|
|
|
"Adam Backstrom",
|
|
|
|
"Pascal Deschênes",
|
|
|
|
"Estevão Santos"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/showdownjs/showdown.git",
|
|
|
|
"web": "https://github.com/showdownjs/showdown"
|
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "BSD",
|
|
|
|
"url": "https://github.com/coreyti/showdown/raw/master/license.txt"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"main": "./src/showdown",
|
|
|
|
"scripts": {
|
2015-05-16 07:19:40 +08:00
|
|
|
"test": "grunt test"
|
2015-01-05 05:27:45 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"angular": "^1.3.2",
|
|
|
|
"grunt": "^0.4.5",
|
|
|
|
"grunt-contrib-concat": "^0.5.0",
|
|
|
|
"grunt-contrib-jshint": "^0.10.0",
|
|
|
|
"grunt-contrib-uglify": "^0.6.0",
|
|
|
|
"grunt-simple-mocha": "^0.4.0",
|
|
|
|
"mocha": "*",
|
|
|
|
"should": "^4.4.2"
|
|
|
|
}
|
2011-04-08 01:26:00 +08:00
|
|
|
}
|