mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-12 01:11:55 +00:00
663b2f9c3b
Change-Id: I87bf6347e80395b10ee496f0786d55e759a4fef3
15 lines
276 B
JSON
15 lines
276 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-contrib-jshint": "0.12.0",
|
|
"grunt-jscs": "2.7.0",
|
|
"grunt-jsonlint": "1.0.7"
|
|
}
|
|
}
|