{ "name": "each-module", "version": "2.0.0", "description": "Execute a function on each module in a directory", "keywords": [ "each", "module", "loop" ], "author": "Rowan Manning (http://rowanmanning.com/)", "repository": { "type": "git", "url": "https://github.com/rowanmanning/each-module.git" }, "homepage": "https://github.com/rowanmanning/each-module", "bugs": "https://github.com/rowanmanning/each-module/issues", "license": "MIT", "engines": { "node": ">=4" }, "dependencies": { "glob": "^7.1.2" }, "devDependencies": { "@rowanmanning/eslint-config": "^1.0.0", "@rowanmanning/make": "^1.0.1", "eslint": "^4.10.0", "mocha": "^4.0.1", "mockery": "^2.1.0", "nyc": "^11.3.0", "proclaim": "^3.5.0", "sinon": "^4.1.2" }, "main": "./lib/each-module.js", "scripts": { "test": "make test" } }