{
  "name": "karma-uiuxengineering-jspm",
  "version": "3.2.0",
  "description": "Include jspm module loader for karma runs; allows dynamic loading of src and test files and modules",
  "main": "index.js",
  "keywords": [
    "karma-plugin",
    "karma-adapter",
    "jspm",
    "Angular2",
    "coverage",
    "SystemJS",
    "jasmine",
    "karma-coverage"
  ],
  "scripts": {
    "test": "cross-env JASMINE_CONFIG_PATH=test/jasmine.json jasmine 'test/**/*.spec.js'",
    "lint": "eslint **/*.js"
  },
  "author": {
    "name": "Jerry Ofrta",
    "email": "jerryorta.dev@gmail.com"
  },
  "contributors": [],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:UIUXEngineering/karma-jspm.git"
  },
  "dependencies": {
    "bluebird": "^3.0.5",
    "chalk": "^1.1.1",
    "core-js": "^2.4.1",
    "glob": "^7.1.1",
    "graceful-fs": "^4.1.2",
    "istanbul": "^0.4.4",
    "lodash": "^4.13.1",
    "minimatch": "^3.0.2",
    "remap-istanbul": "^0.6.4"
  },
  "devDependencies": {
    "bluebird": "^3.4.6",
    "browserify": "^13.0.1",
    "commitizen": "^2.8.6",
    "conventional-changelog-cli": "^1.2.0",
    "cross-env": "^1.0.7",
    "cz-conventional-changelog": "^1.2.0",
    "dateformat": "^1.0.12",
    "eslint": "^2.10.2",
    "gulp": "^3.9.1",
    "gulp-bump": "^2.4.0",
    "gulp-conventional-changelog": "^1.1.0",
    "gulp-git": "^1.7.1",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-uglify": "^1.5.4",
    "gulp-util": "^3.0.7",
    "istanbul": "^0.4.4",
    "jasmine": "2.4.1",
    "karma": "^1.1.1",
    "mocks": "0.0.15",
    "sinon": "^1.17.4",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
