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.
 
 

28 lines
678 B

{
"name": "scotch-angular-testing",
"version": "1.0.0",
"description": "Learn to test Angular code with Jasmine and Karma",
"main": "server.js",
"scripts": {
"test": "karma start",
"start": "node server.js"
},
"author": "Adam Morgan",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.1",
"express": "^4.13.4",
"morgan": "^1.7.0",
"path": "^0.12.7"
},
"devDependencies": {
"angular": "^1.8.1",
"angular-mocks": "^1.8.1",
"angular-ui-router": "^1.0.8",
"jasmine": "^3.6.2",
"karma": "^4.0.1",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1",
"karma-spec-reporter": "0.0.26"
}
}