pantoninho/file-interpolator

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "file-interpolator",
  "version": "2.0.1",
  "description": "Interpolates files using a placeholder",
  "main": "index.js",
  "scripts": {
    "test": "mocha --recursive",
    "cover": "istanbul cover _mocha -- --recursive",
    "codeclimate": "npm run cover && codeclimate-test-reporter < coverage/lcov.info",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pantoninho/file-interpolator.git"
  },
  "author": "Pedro Antoninho",
  "license": "Unlicense",
  "bugs": {
    "url": "https://github.com/pantoninho/file-interpolator/issues"
  },
  "homepage": "https://github.com/pantoninho/file-interpolator#readme",
  "dependencies": {
    "bluebird": "^3.5.0",
    "mkdirp": "^0.5.1"
  },
  "devDependencies": {
    "chai": "^4.0.2",
    "chai-as-promised": "^7.0.0",
    "sinon": "^2.3.4",
    "codeclimate-test-reporter": "^0.5.0",
    "codecov": "^2.2.0",
    "eslint": "^4.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.4.2",
    "nyc": "^11.0.2",
    "sinon-chai": "^2.10.0"
  }
}