{
  "name": "jest-config",
  "version": "17.0.3",
  "repository": {
    "type": "git",
    "url": "https://github.com/facebook/jest.git"
  },
  "license": "BSD-3-Clause",
  "main": "build/index.js",
  "dependencies": {
    "chalk": "^1.1.1",
    "istanbul": "^0.4.5",
    "jest-environment-jsdom": "^17.0.2",
    "jest-environment-node": "^17.0.2",
    "jest-jasmine2": "^17.0.3",
    "jest-mock": "^17.0.2",
    "jest-resolve": "^17.0.3",
    "jest-util": "^17.0.2",
    "json-stable-stringify": "^1.0.0"
  },
  "scripts": {
    "test": "../../packages/jest-cli/bin/jest.js"
  }
}
