2015-05-29 14:52:06 +00:00
|
|
|
{
|
|
|
|
"name": "SyntaxHighlight_GeSHi",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"description": "Build tools for the SyntaxHighlight_GeSHi MediaWiki extension.",
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "0.4.5",
|
|
|
|
"grunt-cli": "0.1.13",
|
2015-06-06 00:14:21 +00:00
|
|
|
"grunt-banana-checker": "0.2.2",
|
2015-05-27 16:15:00 +00:00
|
|
|
"grunt-contrib-csslint": "0.4.0",
|
2015-09-03 21:19:08 +00:00
|
|
|
"grunt-contrib-jshint": "0.11.3",
|
2015-05-29 14:52:06 +00:00
|
|
|
"grunt-contrib-watch": "0.6.1",
|
2015-09-18 11:20:55 +00:00
|
|
|
"grunt-jscs": "2.1.0",
|
2015-05-29 14:52:06 +00:00
|
|
|
"grunt-jsonlint": "1.0.4"
|
|
|
|
}
|
|
|
|
}
|