{
  "name": "shuv",
  "version": "1.1.0",
  "description": "Partial application. Shuv args around the place.",
  "main": "index.js",
  "scripts": {
    "test": "node ./test"
  },
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "tape": "^4.2.1"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KoryNunn/shuv.git"
  },
  "bugs": {
    "url": "https://github.com/KoryNunn/shuv/issues"
  },
  "homepage": "https://github.com/KoryNunn/shuv#readme",
  "keywords": [
    "shove",
    "partial",
    "application",
    "curry",
    "arguments",
    "position",
    "remove",
    "placeholder",
    "function",
    "method"
  ]
}
