{
  "name": "typhonjs-istanbul-instrument-jspm",
  "version": "0.1.0",
  "homepage": "https://github.com/typhonjs-node-jspm/typhonjs-istanbul-instrument-jspm/",
  "description": "Provides a NPM module to add Istanbul instrumentation to JSPM / SystemJS by replacing the System.translate hook.",
  "license": "MPL-2.0",
  "author": {
    "name": "Mike Leahy"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/typhonjs-node-jspm/typhonjs-istanbul-instrument-jspm/typhonjs-istanbul-instrument-jspm.git"
  },
  "maintainers": [
    {
      "name": "Mike Leahy",
      "email": "support@js.typhonrt.org"
    }
  ],
  "devDependencies": {
    "jspm": "^0.16.0",
    "typhonjs-config-eslint": "^0.4.0",
    "typhonjs-npm-build-test": "^0.x.x"
  },
  "engines": {
    "npm": ">=3.x"
  },
  "scripts": {
    "build": "babel-node ./node_modules/typhonjs-npm-scripts-build-babel/scripts/build.js",
    "esdoc": "esdoc -c .esdocrc",
    "eslint": "eslint .",
    "prepublish": "babel-node ./node_modules/typhonjs-npm-scripts-publish/scripts/prepublish.js",
    "test-coverage": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha-istanbul-report.js",
    "test-runner": "babel-node ./node_modules/.bin/_mocha --compilers js:babel-register -t 120000 ./test/runner/TestRunner.js"
  },
  "jspm": {
    "directories": {},
    "devDependencies": {
      "babel": "npm:babel-core@^5.8.35",
      "babel-runtime": "npm:babel-runtime@^5.8.35",
      "core-js": "npm:core-js@^1.2.6",
      "underscore": "npm:underscore@^1.8.3"
    }
  },
  "typhonjs": {
    "scm": {
      "autoInstallJSPM": false
    }
  },
  "keywords": [
    "instrument",
    "istanbul",
    "jspm",
    "systemjs",
    "plugin",
    "ES6",
    "ES2015",
    "ECMAScript6",
    "ECMAScript2015"
  ],
  "main": "dist/instrumentIstanbulSystem.js",
  "files": [
    "dist",
    "src",
    "AUTHORS.md"
  ],
  "directories": {},
  "bugs": {
    "url": "https://github.com/typhonjs-node-jspm/typhonjs-istanbul-instrument-jspm/issues"
  }
}