mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
10f461aa38
Closes #79 - Changed gruntfile to new naming convention for 0.4.x (Gruntfile.js) - Upgraded grunt module to version 0.4.2 - Set grunt-mocha dependancy to ~0.4.7 - Added and substituted lint with grunt-contrib-jshint for better coverage - Updated readme with test and grunt installation information
45 lines
915 B
JSON
45 lines
915 B
JSON
{
|
|
"name": "showdown",
|
|
"version": "0.3.1",
|
|
"author": "John Fraser",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"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"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/coreyti/showdown.git",
|
|
"web": "https://github.com/coreyti/showdown"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1.3.0",
|
|
"grunt": "0.4.2",
|
|
"grunt-simple-mocha": "*",
|
|
"grunt-mocha": "~0.4.7",
|
|
"should": "1.2.0",
|
|
"grunt-contrib-jshint": "~0.8.0"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "BSD",
|
|
"url": "https://github.com/coreyti/showdown/raw/master/license.txt"
|
|
}
|
|
],
|
|
"main": "./src/showdown"
|
|
}
|