{
  "name": "@inf3rno/patterns",
  "version": "0.1.0",
  "description": "Javascript regex utility",
  "keywords": [
    "RegExp",
    "patterns"
  ],
  "license": "MIT",
  "author": "László Lajos Jánszky",
  "repository": {
    "type": "git",
    "url": "https://github.com/inf3rno/patterns"
  },
  "bugs": {
    "url": "https://github.com/inf3rno/patterns/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter spec test/"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^5.2.0"
  },
  "dependencies": {}
}
