dasilvacontin/gh-sauce

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gh-sauce",
  "version": "0.5.1",
  "description": "Enhance your markdown gh-repo files.",
  "author": "David da Silva <dasilvacontin@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/dasilvacontin/gh-sauce"
  },
  "bugs": "https://github.com/dasilvacontin/gh-sauce/issues",
  "bin": "bin/cli.js",
  "scripts": {
    "lint": "standard",
    "test": "node test/index.js | tap-spec",
    "test:watch": "gaze 'npm test' 'test/**/*.js' 'lib/**/*.js' 'index.js'",
    "start": "npm run test:watch",
    "istanbul": "istanbul cover test/index.js",

    "pretest": "npm run lint",
    "preistanbul": "npm run lint",
    "prepublish": "npm run test"
  },
  "main": "lib/gh-sauce.js",
  "files": [
    "index.js",
    "lib",
    "LICENSE"
  ],
  "keywords": [
    "gh-sauce",
    "github",
    "markdown",
    "link",
    "links",
    "generate",
    "annotate",
    "auto"
  ],
  "dependencies": {
    "bluebird": "^2.9.34",
    "commander": "^2.8.1",
    "fs-readdir-recursive": "^0.1.2",
    "lodash": "^3.9.3"
  },
  "devDependencies": {
    "child-process-promise": "^1.1.0",
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.8",
    "tape": "^4.0.1",
    "tap-spec": "^4.0.2",
    "gaze-cli": "^0.2.0",
    "standard": "^4.5.0"
  }
}