{
  "name": "jasmine-immutable-matchers",
  "description": "Add a set of custom matchers for Immutable related checks.",
  "version": "3.0.0",
  "main": "dist/jasmine-immutable-matchers.js",
  "typings": "index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/unindented/custom-immutable-matchers.git"
  },
  "keywords": [
    "jasmine",
    "immutable",
    "matchers"
  ],
  "scripts": {
    "clean:coverage": "rimraf coverage",
    "clean:dist": "rimraf dist",
    "clean": "run-p clean:*",
    "test:tsc": "node tests/typescript/index.js",
    "test:karma": "karma start config/karma/config.js --single-run",
    "test": "run-p test:*",
    "watch:karma": "karma start config/karma/config.js",
    "watch": "run-p watch:*",
    "build": "webpack --colors --progress --profile --config config/webpack/build.js",
    "optim": "webpack --colors --progress --profile -p --config config/webpack/build.js",
    "prepublishOnly": "run-s clean build"
  },
  "peerDependencies": {
    "immutable": ">=3.0.0",
    "jasmine-core": ">=2.0.0"
  },
  "devDependencies": {
    "@types/jasmine": "^2.8.4",
    "custom-immutable-matchers": "^2.0.0",
    "istanbul-instrumenter-loader": "^3.0.0",
    "karma": "^2.0.0",
    "karma-coverage": "^1.1.1",
    "karma-jasmine": "^1.1.1",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^2.0.9",
    "npm-run-all": "^4.1.2",
    "rimraf": "^2.6.2",
    "webpack": "^3.10.0"
  }
}
