dustinspecker/func-get-params

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "func-get-params",
  "version": "1.0.1",
  "description": "Retrieve function's parameters in file",
  "main": "lib/index.js",
  "scripts": {
    "prepublish": "npm test",
    "test": "gulp test",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dustinspecker/func-get-params.git"
  },
  "keywords": [],
  "author": "Dustin Specker",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dustinspecker/func-get-params/issues"
  },
  "homepage": "https://github.com/dustinspecker/func-get-params#readme",
  "dependencies": {},
  "devDependencies": {
    "babel-core": "^6.0.12",
    "babel-preset-es2015": "^6.0.12",
    "chai": "^3.0.0",
    "coveralls": "^2.11.2",
    "del": "^2.0.2",
    "eslint-config-dustinspecker": "^1.1.0",
    "eslint-plugin-new-with-error": "^1.1.0",
    "eslint-plugin-no-use-extend-native": "^0.3.1",
    "eslint-plugin-xo": "^0.5.1",
    "gulp": "^3.9.0",
    "gulp-babel": "^6.0.0",
    "gulp-eslint": "^3.0.1",
    "gulp-istanbul": "^1.0.0",
    "gulp-mocha": "^3.0.0"
  }
}