
* Updated grunt to 1.0.3, addressing: * https://npmjs.com/advisories/577 * CVE-2018-3721 Change-Id: Ic1471df32de6b77bcfdc8848c3568bafc9b7f14c
13 lines
232 B
JSON
13 lines
232 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-contrib-jshint": "0.11.3",
|
|
"grunt-jscs": "2.5.0",
|
|
"grunt-jsonlint": "1.0.7"
|
|
}
|
|
}
|