mediawiki-extensions-Gadgets/package.json
libraryupgrader 6f3509157f build: Updating npm dependencies
* grunt: 1.3.0 → 1.4.0
* lodash: 4.17.19 → 4.17.21
  * https://npmjs.com/advisories/1673 (CVE-2021-23337)

Change-Id: Ide7a2311db8ab1766451207525c1d3f751e1495a
2021-05-10 07:23:45 +00:00

16 lines
308 B
JSON

{
"name": "gadgets",
"version": "0.0.0",
"private": true,
"description": "Build tools for the Gadgets extension.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.20.0",
"grunt": "1.4.0",
"grunt-banana-checker": "0.9.0",
"grunt-eslint": "23.0.0"
}
}