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.
 
 

32 lines
716 B

{
"name": "unit-test-example",
"version": "1.0.0",
"description": "",
"main": "server/server.js",
"scripts": {
"test": "karma start"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.1",
"express": "^4.13.4",
"method-override": "^2.3.6",
"mongoose": "^4.4.20",
"morgan": "^1.7.0"
},
"devDependencies": {
"sinon": "^9.2.0",
"karma": "^4.4.1",
"mocha": "^7.2.0",
"chai": "^4.2.0",
"sinon-chai": "^3.5.0",
"karma-chai": "0.1.0",
"karma-chai-sinon": "0.1.5",
"karma-chrome-launcher": "3.1.0",
"karma-mocha": "2.0.1",
"karma-sinon": "1.0.5",
"karma-coverage": "^2.0.3",
"karma-angular": "^0.0.6"
}
}