{
  "name": "flat-arguments",
  "version": "1.0.2",
  "description": "Flatten a function's argument. Like, really flatten",
  "main": "index.js",
  "scripts": {
    "test": "lab test/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/scottcorgan/flat-arguments.git"
  },
  "keywords": [
    "flat",
    "flatten",
    "arguments",
    "function"
  ],
  "author": "Scott Corgan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/scottcorgan/flat-arguments/issues"
  },
  "homepage": "https://github.com/scottcorgan/flat-arguments",
  "devDependencies": {
    "lab": "1.8.x"
  },
  "dependencies": {
    "array-flatten": "^1.0.0",
    "as-array": "^1.0.0",
    "lodash.isarguments": "^3.0.0",
    "lodash.isobject": "^3.0.0"
  }
}
