source: trip-planner-front/node_modules/karma-coverage/examples/coffee/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 551 bytes
Line 
1{
2 "name": "karma-coverage-coffee-example",
3 "version": "1.0.0",
4 "description": "Demonstrate the usage of karma-coverage with CoffeeScript",
5 "main": "",
6 "scripts": {
7 "test": "./node_modules/karma/bin/karma start"
8 },
9 "author": "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
10 "license": "MIT",
11 "dependencies": {},
12 "devDependencies": {
13 "karma": "latest",
14 "karma-mocha": "latest",
15 "karma-coffee-preprocessor": "latest",
16 "karma-firefox-launcher": "latest",
17 "coffee-script": "latest",
18 "ibrik": "^2.0.0"
19 }
20}
Note: See TracBrowser for help on using the repository browser.