kawamanza/jquery-reticence

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
    "name": "jquery-reticence",
    "version": "0.2.0",
    "description": "An elegant way to reticence text to fit the container area",
    "author": "Marcelo Manzan <manzan@gmail.com>",
    "homepage": "https://github.com/kawamanza/jquery-reticence",
    "main": "./jquery.reticence.js",
    "scripts": {
        "test": "node_modules/grunt-cli/bin/grunt test"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/kawamanza/jquery-reticence.git"
    },
    "bugs": {
        "url": "https://github.com/kawamanza/jquery-reticence/issues"
    },
    "keywords": [
        "ellipsis",
        "reticence",
        "jquery-plugin"
    ],
    "license": "MIT",
    "devDependencies": {
        "grunt-cli": "~0.1.9",
        "grunt": "~0.4.1",
        "grunt-contrib-clean": "~0.4.0",
        "grunt-contrib-coffee": "~0.6.4",
        "grunt-contrib-jshint": "~0.2.0",
        "grunt-contrib-connect": "~0.3.0",
        "grunt-contrib-jasmine": "~0.4.2",
        "grunt-contrib-watch": "~0.3.1"
    }
}