{
  "name": "hamjest",
  "version": "3.6.0",
  "main": "index.js",
  "description": "A library of composable matchers for defining meaningful and readable assertions in JavaScript.",
  "homepage": "https://github.com/rluba/hamjest",
  "author": {
    "name": "Raphael Luba",
    "email": "raphael@leanbyte.com",
    "url": "https://github.com/rluba"
  },
  "types": "./@types/index.d.ts",
  "keywords": [
    "hamjest",
    "hamcrest",
    "matcher",
    "matchers",
    "assertThat",
    "node",
    "promiseThat",
    "promise",
    "promises"
  ],
  "bugs": {
    "url": "https://github.com/rluba/hamjest/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/rluba/hamjest.git"
  },
  "scripts": {
    "test": "gulp test",
    "lint": "gulp lint",
    "build": "gulp"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "browserslist": [
    "last 2 versions",
    "not ie <= 10"
  ],
  "dependencies": {
    "assertion-error": "^1.1.0",
    "bluebird": "^3.3.4",
    "lodash": "^4.17.15"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/preset-env": "^7.4.2",
    "@typescript-eslint/eslint-plugin": "^2.30.0",
    "@typescript-eslint/parser": "^2.30.0",
    "babelify": "^10.0.0",
    "browserify": "^16.3.0",
    "core-js": "^3.1.4",
    "del": "^5.1.0",
    "eslint": "^6.1.0",
    "eslint-config-leanbyte": "^2.0.0",
    "gulp": "^4.0.2",
    "gulp-eslint": "^6.0.0",
    "gulp-mocha": "^7.0.2",
    "gulp-rename": "^2.0.0",
    "gulp-typescript": "^6.0.0-alpha.1",
    "gulp-uglify": "^3.0.2",
    "karma": "^5.0.4",
    "karma-chrome-launcher": "^3.0.0",
    "karma-firefox-launcher": "^1.1.0",
    "karma-mocha": "^2.0.1",
    "mocha": "^7.1.2",
    "typescript": "^3.8.3",
    "vinyl-buffer": "^1.0.1",
    "vinyl-source-stream": "^2.0.0"
  }
}
