javiercejudo/tap

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@javiercejudo/tap",
  "version": "1.0.1",
  "description": "tap(x, y) == y(x)",
  "main": "src/index.js",
  "scripts": {
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/javiercejudo/tap.git"
  },
  "keywords": [
    "util",
    "stdlib"
  ],
  "author": "Javier Cejudo <javier@javiercejudo.com> (http://www.javiercejudo.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/javiercejudo/tap/issues"
  },
  "homepage": "https://github.com/javiercejudo/tap#readme",
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-coverage": "^0.3.38",
    "gulp-coveralls": "^0.1.4",
    "gulp-istanbul": "^0.10.2",
    "gulp-mocha": "^2.1.3",
    "rimraf": "^2.4.3",
    "should": "^8.0.1"
  }
}