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.
 
 

47 lines
1.0 KiB

{
"name": "plunkr_example",
"version": "1.0.0",
"description": "Basic testing example converted from jasmine to mocha",
"main": "mocha",
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/moelders/javascript-testing.git"
},
"devDependencies": {
"angular": "^1.8.1",
"angular-mocks": "^1.8.1",
"sinon": "^9.2.0",
"karma": "^4.4.1",
"mocha": "^8.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"
},
"engines": {
"node": ">=0.10.0"
},
"license": {
"type": "Apache-2.0",
"description": "Apache License Version 2.0, January 2004",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
},
"keywords": [
"test",
"testing",
"unit",
"coverage",
"karma",
"mocha",
"chai",
"sinon",
"chrome"
]
}