eiriksm/readmeify

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "readmeify",
  "version": "1.0.0",
  "description": "Generates standard stuff on top of README.md",
  "main": "index.js",
  "scripts": {
    "test": "npm run lint && mocha",
    "lint": "eslint .",
    "coverage": "istanbul cover -- _mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/eiriksm/readmeify.git"
  },
  "bin": {
    "readmeify": "./bin/readmeify"
  },
  "keywords": [
    "readme",
    "travis",
    "david",
    "code-climate",
    "github"
  ],
  "author": "Eirik S. Morland <eirik@morland.no>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eiriksm/readmeify/issues"
  },
  "homepage": "https://github.com/eiriksm/readmeify",
  "dependencies": {
    "parse-github-repo-url": "^1.0.0",
    "prompt": "^0.2.14"
  },
  "devDependencies": {
    "coveralls": "^2.11.2",
    "eslint": "^3.0.0",
    "istanbul": "^0.4.3",
    "mocha": "^3.0.0",
    "mock-utf8-stream": "^0.1.1",
    "should": "^11.1.0"
  }
}