showdown/package.json
nicovalencia 10f461aa38 Updating project to Grunt 0.4.x workflow.
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
2014-01-08 12:10:16 -07:00

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"
}