karma-typescript-preprocessor
Version:
A karma-runner plugin to compile typescript files on the fly.
56 lines (55 loc) • 1.6 kB
JSON
{
"name": "karma-typescript-preprocessor",
"version": "0.4.0",
"description": "A karma-runner plugin to compile typescript files on the fly.",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:sergeyt/karma-typescript-preprocessor.git"
},
"keywords": [
"karma-plugin",
"karma-preprocessor",
"typescript"
],
"author": "Sergey Todyshev <stodyshev@gmail.com>",
"contributors": [
"Sergey Todyshev <stodyshev@gmail.com>",
"James Whitney <james@whitney.io>",
"Andris Lapsa <alapsa@evolutiongaming.com>",
"Keats <balthek@gmail.com>",
"Majid Burney <moocow@euphoricsoup.com>",
"Rob Eisenberg <rob@bluespire.com>",
"Thanabodee Charoenpiriyakij <wingyminus@gmail.com>",
"Vincent Wochnik <v.wochnik@gmail.com>",
"Yohan Boutin <yohan.boutin@teads.tv>",
"joe-re <joe.tialtngo@gmail.com>"
],
"dependencies": {
"typescript": "^3.0.3"
},
"devDependencies": {
"@types/jasmine": "^2.8.8",
"coffeelint": "^2.1.0",
"grunt": "^1.0.3",
"grunt-auto-release": "^0.0.7",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.3.1",
"grunt-coffeelint": "^0.0.16",
"grunt-contrib-jshint": "^2.0.0",
"grunt-npm": "^0.0.2",
"jasmine-core": "^3.2.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.2",
"karma-phantomjs-launcher": "^1.0.4",
"phantomjs": "^2.1.7",
"phantomjs-prebuilt": "^2.1.16"
},
"scripts": {
"lint": "grunt lint",
"test": "cd test && karma start"
}
}