karma-typescript-agile-preprocessor
Version:
Leverage the power of gulp-typescript for a simple yet powerful Karma preprocessor.
52 lines (51 loc) • 1.38 kB
JSON
{
"name": "karma-typescript-agile-preprocessor",
"version": "2.1.3",
"description": "Leverage the power of gulp-typescript for a simple yet powerful Karma preprocessor.",
"main": "index.js",
"dependencies": {
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-config-lddubeau-base": "^3.0.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"mocha": "^6.1.4",
"typescript": "^3.5.2"
},
"bundledDependencies": [
"gulp-typescript"
],
"files": [
"index.js"
],
"scripts": {
"test": "mocha",
"postversion": "npm test && npm publish",
"postpublish": "git push origin --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lddubeau/karma-typescript-agile-preprocessor.git"
},
"keywords": [
"karma",
"karma-plugin",
"karma-typescript",
"karma-typescript-preprocessor"
],
"contributors": [
"Louis-Dominique Dubeau <ldd@lddubeau.com>",
"Cleiton Loiola <klaygomes at gmail dot com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lddubeau/karma-typescript-agile-preprocessor/issues"
},
"homepage": "https://github.com/lddubeau/karma-typescript-agile-preprocessor#readme"
}