UNPKG

multi-clamp

Version:

Simple, efficient and easy-to-use multiline text clamp module. (supports reverse clamp)

32 lines (31 loc) 794 B
{ "name": "multi-clamp", "version": "2.0.2", "description": "Simple, efficient and easy-to-use multiline text clamp module. (supports reverse clamp)", "main": "index.js", "scripts": { "lint": "eslint *.js", "test": "echo \"Error: no test specified\" && exit 1", "prepublish": "uglifyjs MultiClamp.js -c -m -o MultiClamp.min.js" }, "repository": { "type": "git", "url": "git+https://github.com/jackyr/multi-clamp.git" }, "keywords": [ "multi", "multiline", "clamp", "ellipsis" ], "author": "jackyr", "license": "MIT", "bugs": { "url": "https://github.com/jackyr/multi-clamp/issues" }, "homepage": "https://github.com/jackyr/multi-clamp#readme", "devDependencies": { "eslint": "^4.8.0", "uglify-js": "^3.3.22" } }