mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/PdfHandler
synced 2024-12-18 19:11:27 +00:00
6766ffc58b
See T119973 Change-Id: Ifa2c640f2e10e04e5e4fe2acc732989d725cfccb
14 lines
248 B
JSON
14 lines
248 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-contrib-jshint": "1.1.0",
|
|
"grunt-jsonlint": "1.0.7"
|
|
}
|
|
}
|