UNPKG

1.6 kBJSONView Raw
1{
2 "name": "karma-typescript-preprocessor",
3 "version": "0.4.0",
4 "description": "A karma-runner plugin to compile typescript files on the fly.",
5 "license": "MIT",
6 "main": "index.js",
7 "repository": {
8 "type": "git",
9 "url": "git@github.com:sergeyt/karma-typescript-preprocessor.git"
10 },
11 "keywords": [
12 "karma-plugin",
13 "karma-preprocessor",
14 "typescript"
15 ],
16 "author": "Sergey Todyshev <stodyshev@gmail.com>",
17 "contributors": [
18 "Sergey Todyshev <stodyshev@gmail.com>",
19 "James Whitney <james@whitney.io>",
20 "Andris Lapsa <alapsa@evolutiongaming.com>",
21 "Keats <balthek@gmail.com>",
22 "Majid Burney <moocow@euphoricsoup.com>",
23 "Rob Eisenberg <rob@bluespire.com>",
24 "Thanabodee Charoenpiriyakij <wingyminus@gmail.com>",
25 "Vincent Wochnik <v.wochnik@gmail.com>",
26 "Yohan Boutin <yohan.boutin@teads.tv>",
27 "joe-re <joe.tialtngo@gmail.com>"
28 ],
29 "dependencies": {
30 "typescript": "^3.0.3"
31 },
32 "devDependencies": {
33 "@types/jasmine": "^2.8.8",
34 "coffeelint": "^2.1.0",
35 "grunt": "^1.0.3",
36 "grunt-auto-release": "^0.0.7",
37 "grunt-bump": "^0.8.0",
38 "grunt-cli": "^1.3.1",
39 "grunt-coffeelint": "^0.0.16",
40 "grunt-contrib-jshint": "^2.0.0",
41 "grunt-npm": "^0.0.2",
42 "jasmine-core": "^3.2.1",
43 "karma": "^1.3.0",
44 "karma-chrome-launcher": "^2.2.0",
45 "karma-cli": "^1.0.1",
46 "karma-jasmine": "^1.1.2",
47 "karma-phantomjs-launcher": "^1.0.4",
48 "phantomjs": "^2.1.7",
49 "phantomjs-prebuilt": "^2.1.16"
50 },
51 "scripts": {
52 "lint": "grunt lint",
53 "test": "cd test && karma start"
54 }
55}