{
  "name": "chai-string",
  "version": "1.6.0",
  "keywords": [
    "chai",
    "testing",
    "string",
    "chai-plugin",
    "browser"
  ],
  "description": "strings comparison matchers for chai",
  "main": "chai-string.js",
  "scripts": {
    "test": "mocha test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/onechiporenko/chai-string.git"
  },
  "author": {
    "name": "Oleg Nechiporenko",
    "url": "https://github.com/onechiporenko"
  },
  "license": "MIT",
  "devDependencies": {
    "chai": "^4.1.2",
    "mocha": "^5.2.0"
  },
  "peerDependencies": {
    "chai": "^4.1.2"
  }
}
