blob: 6bfe612b0e856a080d9b1f61e4c6a90ea5652f03 [file] [log] [blame]
{
"author": "Lloyd Smith II <lloyd.smith@gmail.com>",
"dependencies": {},
"description": "Demonstrate the usage of karma-coverage with CoffeeScript",
"devDependencies": {
"coffee-script": "latest",
"ibrik": "^2.0.0",
"karma": "^0.13.9",
"karma-coffee-preprocessor": "latest",
"karma-firefox-launcher": "latest",
"karma-mocha": "latest",
"karma-requirejs": "^0.2.2",
"requirejs": "^2.1.20"
},
"license": "MIT",
"main": "",
"name": "karma-coverage-coffee-example",
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"version": "1.0.0"
}