mediawiki-extensions-Parser.../package.json
libraryupgrader ba4753d65d build: Updating npm dependencies for security issues
* Updated grunt to 1.0.3, addressing:
  * https://npmjs.com/advisories/577
  * CVE-2018-3721

Change-Id: I59c255ec2a83b3aff307649e1232332a37877e9b
2018-10-13 19:43:49 +00:00

16 lines
321 B
JSON

{
"name": "parserfunctions",
"version": "0.0.0",
"private": true,
"description": "Build tools for the ParserFunctions extension.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "1.0.3",
"grunt-banana-checker": "0.6.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-jsonlint": "1.1.0"
}
}