kawamanza/jquery-reticence

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "jquery-reticence",
  "description": "An elegant way to reticence text to fit the container area",
  "main": "./jquery.reticence.js",
  "authors": [
    "Marcelo Manzan <manzan@gmail.com>"
  ],
  "license": "MIT",
  "keywords": [
    "ellipsis",
    "reticence",
    "jquery-plugin"
  ],
  "homepage": "https://github.com/kawamanza/jquery-reticence",
  "moduleType": [
    "amd"
  ],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}