denis-sokolov/remote-dotfiles

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "remote-dotfiles",
  "version": "2.0.0",
  "description": "Deploy your dotfiles",
  "bin": "src/bin/index.js",
  "main": "src/index.js",
  "engines": {
    "node": ">=4"
  },
  "dependencies": {
    "argparse": "^1.0.2",
    "async": "^2.0.1",
    "cli": "^1.0.0",
    "gulp-concat": "^2.4.3",
    "is": "^3.0.1",
    "map-stream": "0.1.0",
    "mkdirp": "^0.5.0",
    "os-homedir": "^1.0.1",
    "promise": "^8.0.0",
    "read-only-stream": "^2.0.0",
    "shell-quote": "^1.4.2",
    "through2": "^2.0.0",
    "vinyl": "^2.0.0",
    "vinyl-fs": "^3.0.0"
  },
  "devDependencies": {
    "coveralls": "^3.0.0",
    "eslint": "^5.0.0",
    "istanbul": "^0.4.1",
    "tap-colorize": "^1.2.0",
    "tape": "^4.0.0",
    "watch": "^1.0.1"
  },
  "scripts": {
    "lint": "eslint src test",
    "test": "tape test/*.js | tap-colorize",
    "coverage": "istanbul cover tape test/*.js",
    "report-coverage": "istanbul cover --report lcovonly tape test/*.js && coveralls < coverage/lcov.info",
    "watch-tests": "watch 'npm test'"
  },
  "author": "",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "http://github.com/denis-sokolov/remote-dotfiles.git"
  }
}