{
  "name": "unstructured-text-masher",
  "version": "1.0.0",
  "description": "Mashes an unstructured texst into another unstructured text allowing for subsequent mashing updates",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/no-boilderplate/unstructured-text-masher.git"
  },
  "keywords": [
    "text",
    "unstructured",
    "mash",
    "merge"
  ],
  "author": "Ivan Erceg",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/no-boilderplate/unstructured-text-masher/issues"
  },
  "homepage": "https://github.com/no-boilderplate/unstructured-text-masher#readme",
  "dependencies": {
    "lodash": "4.12.x",
    "escape-string-regexp": "1.0.x"
  }
}
