mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CiteThisPage
synced 2024-11-15 11:45:23 +00:00
32d5d39ea8
Change-Id: I9a927b554a3489e71316622196eae417a5d2c1fa
16 lines
323 B
JSON
16 lines
323 B
JSON
{
|
|
"name": "citethispage",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the CiteThisPage extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-banana-checker": "0.2.2",
|
|
"grunt-jsonlint": "1.0.4"
|
|
}
|
|
}
|