mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-24 00:05:00 +00:00
f378c13472
Change-Id: I17115bfe09b91e6fcf84b329a12deab6c708086b
14 lines
238 B
JSON
14 lines
238 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-jscs": "2.5.0",
|
|
"grunt-jsonlint": "1.0.7"
|
|
}
|
|
}
|