{
  "name": "parenthesis",
  "version": "3.1.8",
  "description": "Parse parentheses from a string",
  "main": "index.js",
  "scripts": {
    "test": "node test.js",
    "test:browser": "budo test.js"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/dy/parenthesis.git"
  },
  "keywords": [
    "paren",
    "parenthesis",
    "parse",
    "brackets",
    "parser",
    "regexp",
    "stringify",
    "tokenizer",
    "replace",
    "csv",
    "string"
  ],
  "author": {
    "name": "Dmitry Yv",
    "email": "df.creative@gmail.com",
    "url": "http://github.com/dy"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dy/parenthesis/issues"
  },
  "homepage": "https://github.com/dy/parenthesis",
  "devDependencies": {
    "tape": "^4.9.0"
  },
  "dependencies": {},
  "types": "index.d.ts"
}
