mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Description2
synced 2024-11-23 22:33:34 +00:00
7d8817280e
We do not release a npm package for this repository, the package.json is solely for CI/build purposes. Change-Id: I3da11273ff7876e83fdb278a504f9b1589e69991
12 lines
184 B
JSON
12 lines
184 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-jsonlint": "1.0.7"
|
|
}
|
|
}
|