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.
 
 

24 lines
498 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": {
"jasmine": "^3.6.2",
"karma": "^4.0.1",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1"
}
}