{
  "name": "cashmere",
  "version": "0.4.9",
  "description": "A javascript testing library",
  "main": "cashmere",
  "bin": {
    "cashmere": "bin/cashmere"
  },
  "engines": {
    "node": ">=6.4.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/halis/cashmere.git"
  },
  "author": "Chris Grimes",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/halis/cashmere/issues"
  },
  "homepage": "https://github.com/halis/cashmere#readme",
  "scripts": {
    "lines": "bin/lines.sh",
    "lint": "bin/lint.sh",
    "setup": "bin/setup.sh",
    "test": "bin/cashmere",
    "untested": "node bin/untested"
  },
  "dependencies": {
    "babel-core": "^6.14.0",
    "babel-eslint": "^6.1.2",
    "babel-polyfill": "^6.22.0",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-react": "^6.22.0",
    "babel-preset-stage-0": "^6.24.1",
    "babel-register": "^6.22.0",
    "chai": "^3.5.0",
    "chai-enzyme": "^0.7.1",
    "chalk": "^1.1.3",
    "cheerio": "^0.22.0",
    "commander": "^2.9.0",
    "deep-freeze-node": "^1.1.2",
    "enzyme": "^2.8.2",
    "jest-diff": "^20.0.0",
    "jsdom": "9.9.1",
    "ramda": "^0.23.0",
    "react": "^15.5.4",
    "react-addons-test-utils": "^15.6.0",
    "react-dom": "^15.6.1",
    "react-test-renderer": "^15.6.1"
  },
  "devDependencies": {
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.3"
  }
}
