UNPKG

text-clamp

Version:

处理文字超出最大行数显示...

44 lines (43 loc) 1.21 kB
{ "name": "text-clamp", "version": "1.0.2", "description": "处理文字超出最大行数显示...", "main": "./dist/clamp.min.js", "scripts": { "build": "node build/build.js" }, "repository": { "type": "git", "url": "git+https://github.com/penyuying/text-clamp.git" }, "keywords": [ "clamp", "text-clamp", "超出行显示点点点" ], "devDependencies": { "babel-core": "^6.26.0", "babel-eslint": "^8.0.3", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-istanbul": "^4.1.5", "babel-plugin-transform-es2015-modules-umd": "^6.24.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-es2015-rollup": "^3.0.0", "babel-preset-stage-2": "^6.24.1", "eslint": "^4.12.1", "rollup": "^0.52.0", "rollup-plugin-babel": "^3.0.2", "uglify-js": "^3.2.1", "zlib": "^1.0.5" }, "types": "./types/clamp.d.ts", "author": "penyuying", "license": "MIT", "bugs": { "url": "https://github.com/penyuying/text-clamp/issues" }, "homepage": "https://github.com/penyuying/text-clamp#readme", "dependencies": {} }