{ "name": "mocha-chai-browser-demo", "version": "1.0.0", "description": "An example setup for JavaScript unit testing", "scripts": { "test": "karma start" }, "repository": { "type": "git", "url": "https://github.com/ludovicofischer/mocha-chai-browser-demo.git" }, "author": "Ludovico Fischer", "license": "MIT", "bugs": { "url": "https://github.com/ludovicofischer/mocha-chai-browser-demo/issues" }, "homepage": "https://github.com/ludovicofischer/mocha-chai-browser-demo", "devDependencies": { "karma": "^4.4.1", "karma-chrome-launcher": "^3.1.0", "karma-cli": "^2.0.0", "karma-mocha": "^2.0.1", "karma-mocha-reporter": "^0.3.1", "mocha": "^3.4.2" } }