package.json
{
"name": "func-has-param",
"version": "1.1.1",
"description": "Check if function in file has parameter",
"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-has-param.git"
},
"keywords": [],
"author": "Dustin Specker",
"license": "MIT",
"bugs": {
"url": "https://github.com/dustinspecker/func-has-param/issues"
},
"homepage": "https://github.com/dustinspecker/func-has-param#readme",
"dependencies": {
"func-get-params": "^1.0.1"
},
"devDependencies": {
"babel-core": "^6.0.12",
"babel-eslint": "^6.0.0",
"babel-preset-es2015": "^6.0.14",
"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"
}
}