ArnaudRinquin/make2tap

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "make2tap",
  "version": "0.1.3",
  "description": "Leverage TAP to transform your ugly make outputs into nice readable ones",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/ArnaudRinquin/make2tap.git"
  },
  "bin": {
    "make2tap": "./bin.js"
  },
  "scripts": {
    "test": "tap test/index.js -R tap --cov --coverage-report=lcov",
    "report-coverage": "codeclimate-test-reporter < coverage/lcov.info"
  },
  "keywords": [
    "tap",
    "make",
    "makefile"
  ],
  "author": "Arnaud Rinquin",
  "license": "MIT",
  "dependencies": {
    "split": "^1.0.0",
    "through2": "^2.0.0"
  },
  "devDependencies": {
    "codeclimate-test-reporter": "^0.3.1",
    "concat-stream": "^1.5.1",
    "tap": "^5.4.2"
  }
}