tunnckoCore/char-codes

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "char-codes",
  "version": "1.0.1",
  "description": "Char codes utility belt - char code, char name and the char (character)",
  "repository": "tunnckoCore/char-codes",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {
    "char-code-names": "~1.0.2",
    "for-in": "~0.1.4",
    "is-match": "~0.2.0",
    "object.reduce": "~0.1.7"
  },
  "devDependencies": {
    "assertit": "^0.1.0",
    "kind-of": "^2.0.0"
  },
  "keywords": [
    "belt",
    "char",
    "character",
    "code",
    "codes",
    "helpers",
    "name",
    "utility",
    "utils"
  ]
}