{
  "name": "jest-runtime",
  "version": "17.0.3",
  "repository": {
    "type": "git",
    "url": "https://github.com/facebook/jest.git"
  },
  "license": "BSD-3-Clause",
  "main": "build/index.js",
  "dependencies": {
    "babel-core": "^6.0.0",
    "babel-jest": "^17.0.2",
    "babel-plugin-istanbul": "^2.0.0",
    "chalk": "^1.1.3",
    "graceful-fs": "^4.1.6",
    "jest-config": "^17.0.3",
    "jest-file-exists": "^17.0.0",
    "jest-haste-map": "^17.0.3",
    "jest-mock": "^17.0.2",
    "jest-resolve": "^17.0.3",
    "jest-snapshot": "^17.0.3",
    "jest-util": "^17.0.2",
    "json-stable-stringify": "^1.0.0",
    "multimatch": "^2.1.0",
    "yargs": "^6.3.0"
  },
  "bin": {
    "jest-runtime": "./bin/jest-runtime.js"
  },
  "devDependencies": {
    "jest-config": "^17.0.3",
    "jest-environment-node": "^17.0.2",
    "jest-environment-jsdom": "^17.0.2"
  },
  "scripts": {
    "test": "../../packages/jest-cli/bin/jest.js"
  }
}
