bjarneo/format2

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "format2",
  "version": "1.0.5",
  "description": "Advanced string formatting for the CLI",
  "main": "index.js",
  "scripts": {
    "lint": "eslint src/ test/",
    "posttest": "npm run lint",
    "prepublish": "npm test",
    "test": "istanbul cover _mocha"
  },
  "keywords": [
    "format",
    "string",
    "str",
    "formatting",
    "list",
    "cli"
  ],
  "author": "Bjarne Oeverli",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/bjarneo/format2.git"
  },
  "homepage": "https://github.com/bjarneo/format2",
  "bugs": {
    "url": "https://github.com/bjarneo/format2/issues"
  },
  "dependencies": {
    "lodash.isstring": "^3.0.1",
    "string-repeat": "^1.1.1"
  },
  "devDependencies": {
    "eslint": "^1.10.3",
    "eslint-config-vgno": "^5.0.0",
    "istanbul": "^0.4.1",
    "mocha": "^2.3.4"
  }
}