{
  "name": "mismatch",
  "version": "1.2.0",
  "description": "A JavaScript package to return captured groups of a regular expression as an object.",
  "main": "build/index.js",
  "module": "src/index.js",
  "scripts": {
    "t": "zoroaster -a",
    "test": "yarn t test/spec",
    "test-build": "ALAMODE_ENV=test-build yarn test",
    "lint": "eslint .",
    "doc": "NODE_DEBUG=doc doc documentary -o README.md",
    "rec": "NODE_DEBUG=appshot appshot -T 23 -a Terminal -y 150 -f",
    "e": "alanode",
    "example/": "yarn e example/example",
    "example/extra.js": "yarn e example/extra",
    "build": "yarn-s b doc",
    "b": "alamode src -o build -s"
  },
  "files": [
    "build",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/artdecocode/mismatch.git"
  },
  "keywords": [
    "mismatch",
    "regex",
    "regexp",
    "re",
    "exec",
    "replace",
    "regular",
    "expression",
    "match",
    "regular expression"
  ],
  "author": "Anton <anton@adc.sh>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/artdecocode/mismatch/issues"
  },
  "homepage": "https://github.com/artdecocode/mismatch#readme",
  "devDependencies": {
    "alamode": "^1.9.3",
    "documentary": "^1.24.1",
    "eslint-config-artdeco": "1.0.1",
    "yarn-s": "1.1.0",
    "zoroaster": "^3.11.6"
  }
}
