{
  "name": "jest-cli-browser-support",
  "description": "Painless JavaScript Unit Testing.",
  "version": "0.4.18",
  "main": "src/jest.js",
  "dependencies": {
    "bluebird": "~2.9.30",
    "browser-resolve": "git://github.com/securingsincity/node-browser-resolve.git",
    "coffee-script": "^1.8.0",
    "cover": "~0.2.8",
    "diff": "~1.0.4",
    "graceful-fs": "^2.0.3",
    "handlebars": "^2.0.0",
    "harmonize": "1.4.2",
    "istanbul": "^0.3.2",
    "jasmine-only": "0.1.0",
    "jasmine-pit": "~2.0.0",
    "jsdom": "~0.10.3",
    "lodash.template": "^3.0.0",
    "minimatch": "^2.0.10",
    "node-haste": "^1.2.8",
    "node-worker-pool": "~2.4.2",
    "object-assign": "^3.0.0",
    "optimist": "~0.6.0",
    "resolve": "~0.6.1",
    "through": "^2.3.4"
  },
  "devDependencies": {
    "browserify": "^6.3.3",
    "hbsfy": "^2.2.0",
    "jshint": "~2.5.0",
    "vinyl-source-stream": "^1.0.0",
    "node-find-files": "0.0.2"
  },
  "bin": {
    "jest": "./bin/jest.js"
  },
  "engines": {
    "node": "0.8.x || 0.10.x"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/securingsincity/jest"
  },
  "scripts": {
    "test": "jshint --config=.jshintrc --exclude=src/coverageTemplate.js src && node bin/jest.js"
  },
  "jest": {
    "rootDir": "src",
    "testPathIgnorePatterns": [
      "/__tests__/[^/]*/.+"
    ]
  },
  "bugs": {
    "url": "https://github.com/securingsincity/jest/issues"
  },
  "homepage": "http://facebook.github.io/jest/",
  "keywords": [
    "facebook",
    "jest",
    "test",
    "unit",
    "jasmine",
    "mock"
  ],
  "license": "BSD-3-Clause"
}
