{
  "name": "tarry",
  "version": "0.4.0",
  "description": "Utility library for manipulating JavaScript Arrays",
  "keywords": [
    "arrays",
    "lists",
    "utility"
  ],
  "homepage": "https://github.com/chbrown/tarry",
  "repository": {
    "type": "git",
    "url": "https://github.com/chbrown/tarry.git"
  },
  "bugs": "https://github.com/chbrown/tarry/issues",
  "author": "Christopher Brown <io@henrian.com> (http://henrian.com)",
  "license": "MIT",
  "devDependencies": {
    "@types/mocha": "5.2.4",
    "@types/node": "10.5.2",
    "coveralls": "3.0.2",
    "mocha": "5.2.0",
    "nyc": "12.0.2",
    "typescript": "2.9.2"
  },
  "scripts": {
    "prepare": "tsc -d",
    "pretest": "tsc",
    "test": "nyc mocha",
    "posttest": "nyc report --reporter=text-lcov | coveralls || true"
  }
}
