repo for angularjs testing training
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

26 lines
721 B

{
"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"
}
}