{
  "name": "get-params",
  "version": "0.1.2",
  "description": "Get a list of function's argument variable names",
  "main": "index.js",
  "scripts": {
  	"lint": "jshint index.js",
  	"mocha": "mocha",
    "test": "npm run lint && npm run mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fahad19/get-params.git"
  },
  "keywords": [
    "functions",
    "function",
    "params",
    "parameters",
    "get",
    "parse",
    "variables",
    "reflect",
    "reflection"
  ],
  "author": "Fahad Ibnay Heylaal",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fahad19/get-params/issues"
  },
  "homepage": "https://github.com/fahad19/get-params",
  "devDependencies": {
    "jshint": "^2.7.0",
    "mocha": "^2.2.4"
  }
}
