1{ 2 "//": [ 3 "These versions of these were the latest version avaiable at the time of writing", 4 "with the exception of jasmine, which was version 3 because our tests currently use v3." 5 ], 6 "devDependencies": { 7 "jasmine-core": "3.10.1", 8 "karma": "6.3.15", 9 "karma-chrome-launcher": "3.1.0", 10 "karma-firefox-launcher": "2.1.2", 11 "karma-jasmine": "4.0.1" 12 } 13} 14