wilmoore/reapply.js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "reapply",
  "description": "Require a module and apply the export if it is a function.",
  "version": "0.1.1",
  "author": "Wil Moore III <wil.moore@wilmoore.com>",
  "bugs": {
    "url": "https://github.com/wilmoore/reapply.js/issues"
  },
  "dependencies": {
    "apply-or": "^0.5.1"
  },
  "devDependencies": {
    "istanbul": "^0.3.13",
    "nodemon": "^1.3.7",
    "standard": "^3.7.1",
    "string-prepend": "^0.1.2",
    "tap-spec": "^2.2.2",
    "tape": "^4.0.0",
    "tape-catch": "^1.0.4"
  },
  "homepage": "https://github.com/wilmoore/reapply.js",
  "keywords": [
    "application",
    "apply",
    "composition",
    "function",
    "functional",
    "module",
    "modules",
    "partial",
    "partialapplication",
    "require"
  ],
  "license": "MIT",
  "main": "index.js",
  "preferGlobal": false,
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/wilmoore/reapply.js"
  },
  "scripts": {
    "cover": "istanbul cover test.js",
    "dev": "nodemon -x 'npm run test --silent' -e 'js json'",
    "standard": "standard",
    "test": "npm run standard --silent && node test.js | tap-spec"
  },
  "standard": {
    "ignore": [
      "examples/koa-app/node_modules/**"
    ]
  }
}