dothubio/dothub

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "dothub",
  "version": "0.0.0",
  "description": "Manage your dotfiles.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dothubio/dothub"
  },
  "keywords": [
    "dothub",
    "dotfiles",
    "config"
  ],
  "author": "Marko Gresak",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dothubio/dothub/issues"
  },
  "homepage": "https://github.com/dothubio/dothub",
  "devDependencies": {
    "chai": "^3.0.0",
    "chai-as-promised": "^5.1.0",
    "mocha": "^2.2.5",
    "sinon": "^1.15.3",
    "sinon-chai": "^2.8.0"
  }
}