@types/karma-coverage
Advanced tools
Comparing version 0.5.30 to 0.5.31
@@ -0,0 +0,0 @@ // Type definitions for karma-coverage v0.5.3 |
{ | ||
"name": "@types/karma-coverage", | ||
"version": "0.5.30", | ||
"description": "TypeScript definitions for karma-coverage v0.5.3", | ||
"version": "0.5.31", | ||
"description": "TypeScript definitions for karma-coverage", | ||
"license": "MIT", | ||
"author": "Tanguy Krotoff <https://github.com/tkrotoff>", | ||
"contributors": [ | ||
{ | ||
"name": "Tanguy Krotoff", | ||
"url": "https://github.com/tkrotoff" | ||
} | ||
], | ||
"main": "", | ||
@@ -14,7 +19,8 @@ "repository": { | ||
"dependencies": { | ||
"@types/istanbul": "*", | ||
"@types/karma": "*" | ||
"@types/karma": "*", | ||
"@types/istanbul": "*" | ||
}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "9a0798cb7d3c25d3e3aa8af524e78e3dd0a9037250757abbd4b951cc3b42146d" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "8009e33b946707abbcc17862ba4abc18bf9c0b6f292ad80bbadd6ce34181ecf6", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,15 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for karma-coverage v0.5.3 (https://github.com/karma-runner/karma-coverage). | ||
This package contains type definitions for karma-coverage (https://github.com/karma-runner/karma-coverage). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/karma-coverage | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/karma-coverage | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: istanbul, karma | ||
* Global values: karmaCoverage | ||
* Last updated: Thu, 16 Mar 2017 14:36:10 GMT | ||
* Dependencies: karma, istanbul | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Tanguy Krotoff <https://github.com/tkrotoff>. |
2379
3
31
17