-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (39 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "karma-typescript-preprocessor2",
"version": "1.2.1",
"description": "Leverage the power of gulp-typescript compiler to a simple yet powerfull karma preprocessor plugin",
"main": "index.js",
"scripts": {
"test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/"
},
"devDependencies": {
},
"dependencies": {
"gulp-sourcemaps": "^1.11.0",
"gulp-typescript": "^2.14.1",
"lodash.assign": "^4.2.0",
"lodash.isarray": "^4.0.0",
"lodash.isdate": "^4.0.1",
"lodash.isfunction": "^3.0.8",
"lodash.isobject": "^3.0.2",
"lodash.reduce": "^4.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/klaygomes/karma-typescript-preprocessor2.git"
},
"keywords": [
"karma",
"karma-plugin",
"karma-typescript",
"karma-typescript-preprocessor",
"karma-typescript-preprocessor2",
"gulp-typescript"
],
"author": "Cleiton Loiola <klaygomes at gmail dot com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/klaygomes/karma-typescript-preprocessor2/issues"
},
"homepage": "https://github.com/klaygomes/karma-typescript-preprocessor2#readme"
}