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-09-18 11:28:14 +00:00
|
|
|
"grunt-banana-checker": "0.3.0",
|
2015-09-18 11:29:44 +00:00
|
|
|
"grunt-contrib-csslint": "0.5.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"
|
|
|
|
}
|
|
|
|
}
|