{
  "name": "string-reduce",
  "version": "1.0.0",
  "description": "Reduce a string to a value",
  "main": "index.js",
  "directories": {
    "test": "__test__"
  },
  "dependencies": {
    "assert-err": "^1.1.0"
  },
  "devDependencies": {
    "jest": "^18.1.0"
  },
  "scripts": {
    "test": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tjmehta/string-reduce.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/tjmehta/string-reduce/issues"
  },
  "homepage": "https://github.com/tjmehta/string-reduce#readme"
}
