{
  "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
  "name": "function-name",
  "description": "Set the \"name\" property of `function` objects",
  "keywords": [
    "function",
    "set",
    "name"
  ],
  "version": "2.0.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-function-name.git"
  },
  "main": "index.js",
  "scripts": {
    "test": "node test/test"
  },
  "engines": {
    "node": ">=3.0.0"
  }
}
