projecte_ionic/node_modules/karma-coverage/examples/coffee/package.json
2022-02-09 18:30:03 +01:00

21 lines
551 B
JSON
Executable file

{
"name": "karma-coverage-coffee-example",
"version": "1.0.0",
"description": "Demonstrate the usage of karma-coverage with CoffeeScript",
"main": "",
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"author": "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"karma": "latest",
"karma-mocha": "latest",
"karma-coffee-preprocessor": "latest",
"karma-firefox-launcher": "latest",
"coffee-script": "latest",
"ibrik": "^2.0.0"
}
}