{
  "name": "perturb",
  "version": "0.3.1",
  "description": "A mutation testing framework for JavaScript libraries",
  "main": "lib/index.js",
  "bin": {
    "perturb": "./lib/cli.js"
  },
  "repository": "git@github.com:bttmly/perturb.git",
  "dependencies": {
    "bluebird": "^3.1.5",
    "chalk": "^2.3.2",
    "change-case": "^2.2.0",
    "commander": "^2.18.0",
    "debug": "^2.2.0",
    "diff": "^1.4.0",
    "escodegen": "^1.8.0",
    "esprima": "^4.0.0",
    "estraverse": "^4.2.0",
    "fs-extra": "^0.16.5",
    "glob": "^4.5.3",
    "graceful-fs": "^4.1.4",
    "lodash.omitby": "^4.6.0",
    "object-assign": "^2.0.0",
    "ramda": "^0.18.0"
  },
  "devDependencies": {
    "@types/bluebird": "^3.5.20",
    "@types/change-case": "^2.3.1",
    "@types/debug": "^0.0.30",
    "@types/diff": "^3.2.2",
    "@types/escodegen": "^0.0.6",
    "@types/esprima": "^4.0.1",
    "@types/estraverse": "^0.0.6",
    "@types/estree": "^0.0.38",
    "@types/fs-extra": "^5.0.1",
    "@types/glob": "^5.0.35",
    "@types/lodash.omitby": "^4.6.4",
    "@types/mocha": "^5.0.0",
    "@types/node": "^9.6.1",
    "@types/ramda": "^0.25.21",
    "babel-eslint": "^8.2.2",
    "eslint": "^1.1.0",
    "expect": "^1.20.2",
    "growl": "^1.8.1",
    "mocha": "^2.5.3",
    "nyc": "^10.0.0",
    "prettier": "^1.11.1",
    "tslint": "^5.9.1",
    "typescript": "3.1.1",
    "watch": "^0.13.0"
  },
  "scripts": {
    "example": "make example",
    "example-i": "make example-i",
    "test-example": "make test-example",
    "dogfood": "make dogfood",
    "dogfood-i": "make dogfood-i",
    "test": "make test"
  },
  "author": "Nick Bottomley (github.com/bttmly)",
  "license": "MIT"
}
