mirror of
https://github.com/Netflix/dial-reference.git
synced 2026-06-08 10:59:59 +00:00
Bumps [moment](https://github.com/moment/moment) from 2.22.2 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.22.2...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
538 B
JSON
25 lines
538 B
JSON
{
|
|
"name": "dialtests",
|
|
"version": "1.0.0",
|
|
"description": "Tests for DIAL server",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Netflix/dial-reference.git"
|
|
},
|
|
"main": "",
|
|
"scripts": {},
|
|
"author": "Shruti Ranganathan Jothi",
|
|
"license": "BSD-2-Clause",
|
|
"dependencies": {
|
|
"colors": "^1.1.2",
|
|
"keypress": "^0.2.1",
|
|
"moment": "^2.29.4",
|
|
"node-ssdp": "^3.2.0",
|
|
"q": "~1.4.1",
|
|
"request": "^2.78.0",
|
|
"sprintf-js": "~1.0.3",
|
|
"winston": "^2.3.1",
|
|
"yargs": "^6.3.0"
|
|
}
|
|
}
|