{
  "name": "line-truncation",
  "version": "1.3.9",
  "scripts": {
    "build": "rollup -c"
  },
  "description": "Line Truncation is a zero dependency tool that truncate text by user defined line number",
  "keywords": [
    "ellipsis",
    "truncation",
    "truncate",
    "truncated",
    "shave",
    "js",
    "content",
    "line clamp",
    "javascript",
    "shorten",
    "trim"
  ],
  "main": "dist/bundle.js",
  "author": "Di Zhou <chaodyz@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/DiZhou92/line-truncation"
  },
  "devDependencies": {
    "@babel/core": "^7.4.3",
    "@babel/preset-env": "^7.4.3",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-node-resolve": "^4.0.1"
  }
}
