| { |
| "author": "monounity", |
| "contributors": [ |
| "erikbarke", |
| "mitchhentges", |
| "Hobart2967", |
| "xdamman", |
| "devoto13", |
| "sir-marc", |
| "cleavera", |
| "abraham", |
| "adamkasztenny", |
| "wawyed", |
| "jods4", |
| "alan-agius4", |
| "FreshRob", |
| "glennvorhes", |
| "fchiumeo", |
| "moshmage", |
| "tokrsen", |
| "g00fy-", |
| "kubut", |
| "VilleSalonen", |
| "yugi03", |
| "gempain", |
| "monounity", |
| "ggradnig" |
| ], |
| "dependencies": { |
| "acorn": "^6.0.5", |
| "acorn-walk": "^6.1.1", |
| "assert": "^2.0.0", |
| "async": "^3.0.1", |
| "browser-resolve": "^1.11.3", |
| "browserify-zlib": "^0.2.0", |
| "buffer": "^5.2.1", |
| "combine-source-map": "^0.8.0", |
| "console-browserify": "^1.1.0", |
| "constants-browserify": "^1.0.0", |
| "convert-source-map": "^1.6.0", |
| "crypto-browserify": "^3.12.0", |
| "diff": "^4.0.1", |
| "domain-browser": "^1.2.0", |
| "events": "^3.0.0", |
| "glob": "^7.1.3", |
| "https-browserify": "^1.0.0", |
| "istanbul": "0.4.5", |
| "json-stringify-safe": "^5.0.1", |
| "karma-coverage": "^1.1.1", |
| "lodash": "^4.17.11", |
| "log4js": "^4.0.1", |
| "minimatch": "^3.0.4", |
| "os-browserify": "^0.3.0", |
| "pad": "^3.2.0", |
| "path-browserify": "^1.0.0", |
| "process": "^0.11.10", |
| "punycode": "^2.1.1", |
| "querystring-es3": "^0.2.1", |
| "readable-stream": "^3.1.1", |
| "remap-istanbul": "^0.13.0", |
| "source-map": "^0.7.3", |
| "stream-browserify": "^2.0.2", |
| "stream-http": "^3.0.0", |
| "string_decoder": "^1.2.0", |
| "timers-browserify": "^2.0.10", |
| "tmp": "^0.1.0", |
| "tty-browserify": "^0.0.1", |
| "url": "^0.11.0", |
| "util": "^0.12.0", |
| "vm-browserify": "1.1.0" |
| }, |
| "description": "Simplifying running unit tests with coverage for Typescript projects.", |
| "devDependencies": { |
| "@types/async": "^2.4.0", |
| "@types/browser-resolve": "0.0.5", |
| "@types/combine-source-map": "^0.8.1", |
| "@types/convert-source-map": "^1.5.1", |
| "@types/diff": "^3.5.2", |
| "@types/glob": "^7.1.1", |
| "@types/istanbul": "^0.4.30", |
| "@types/karma": "^3.0.1", |
| "@types/lodash": "^4.14.120", |
| "@types/minimatch": "^3.0.3", |
| "@types/mock-require": "^2.0.0", |
| "@types/node": "^10.12.18", |
| "@types/pad": "^1.0.1", |
| "@types/sinon": "^7.0.5", |
| "@types/tape": "^4.2.33", |
| "@types/tmp": "^0.0.33", |
| "cli-clear": "^1.0.4", |
| "faucet": "0.0.1", |
| "mock-require": "^3.0.3", |
| "puppeteer": "^1.11.0", |
| "tape": "^4.9.2", |
| "tslint": "^5.12.1", |
| "tslint-eslint-rules": "^5.4.0", |
| "typescript": "latest" |
| }, |
| "files": [ |
| "dist/**", |
| "cookbook.md" |
| ], |
| "keywords": [ |
| "angularjs", |
| "angular2", |
| "browserify", |
| "commonjs", |
| "coverage", |
| "css modules", |
| "docker", |
| "istanbul", |
| "jasmine", |
| "karma", |
| "karma plugin", |
| "karma-coverage", |
| "karma-plugin", |
| "mocha", |
| "postcss", |
| "react", |
| "remap", |
| "remap-istanbul", |
| "transpile", |
| "typescript", |
| "unit test" |
| ], |
| "license": "MIT", |
| "main": "dist/index.js", |
| "name": "karma-typescript", |
| "peerDependencies": { |
| "karma": "1 || 2 || 3 || 4", |
| "typescript": "1 || 2 || 3" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/monounity/karma-typescript.git" |
| }, |
| "scripts": { |
| "build": "tsc --rootDir ./src", |
| "lint": "tslint --project tsconfig.json", |
| "test": "tape dist/**/*.spec.js | faucet" |
| }, |
| "types": "./dist/api/index.d.ts", |
| "version": "4.1.1" |
| } |