22 lines
458 B
JSON
22 lines
458 B
JSON
|
{
|
||
|
"name": "karma-exercice",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"angular-mocks": "^1.3.15",
|
||
|
"karma": "^0.12.31"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"jasmine-core": "^2.2.0",
|
||
|
"karma-chrome-launcher": "^0.1.7",
|
||
|
"karma-firefox-launcher": "^0.1.4",
|
||
|
"karma-jasmine": "^0.3.5"
|
||
|
}
|
||
|
}
|