UNPKG

shear.js

Version:
33 lines (32 loc) 897 B
{ "name": "shear.js", "version": "2.1.2", "description": "truncating text across dom nodes", "main": "dist/shear.js", "keywords": [ "Truncate", "DOM", "TypeScript" ], "bugs": { "url": "https://github.com/zhengrenzhe/shear.js/issues" }, "repository": { "type": "git", "url": "https://github.com/zhengrenzhe/shear.js" }, "license": "MIT", "scripts": { "start": "parcel example/index.html -p 3000", "build": "rollup --config rollup.config.js && dts-generator --project . --out dist/shear.d.ts" }, "devDependencies": { "dts-generator": "^2.1.0", "node-sass": "^4.13.1", "parcel-bundler": "^1.12.4", "rollup": "^0.64.1", "rollup-plugin-typescript2": "^0.16.1", "rollup-plugin-uglify": "^4.0.0", "typescript": "^3.8.2" } }