{
  "name": "multiline-clamp",
  "version": "1.4.0",
  "description": "Enables text on a website to be truncated over multiple lines which is not widely supported in CSS natively.",
  "main": "./src/index.js",
  "scripts": {
    "build": "NODE_ENV=production ./node_modules/.bin/webpack",
    "watch": "./node_modules/.bin/webpack --env.dev --watch --info-verbosity verbose --devtool eval --output-path='./bin'",
    "clean": "rm -rf dist && mkdir dist",
    "dist": "npm run clean && npm run build",
    "test": "npm run build",
    "version": "npm run build && git add -A dist",
    "postversion": "git push && git push --tags && npm run clean"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cshawaus/multiline-clamp.git"
  },
  "keywords": [
    "javascript",
    "clamp",
    "multiline",
    "text",
    "responsive"
  ],
  "author": {
    "name": "Chris Shaw",
    "email": "me@cshaw.xyz",
    "url": "https://cshaw.xyz"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cshawaus/multiline-clamp/issues"
  },
  "homepage": "https://github.com/cshawaus/multiline-clamp",
  "devDependencies": {
    "@babel/cli": "^7.1.0",
    "@babel/core": "^7.1.0",
    "@babel/plugin-proposal-class-properties": "7.1.0",
    "@babel/plugin-proposal-decorators": "7.1.0",
    "@babel/plugin-proposal-do-expressions": "7.0.0",
    "@babel/plugin-proposal-export-default-from": "7.0.0",
    "@babel/plugin-proposal-export-namespace-from": "7.0.0",
    "@babel/plugin-proposal-function-bind": "7.0.0",
    "@babel/plugin-proposal-function-sent": "7.1.0",
    "@babel/plugin-proposal-json-strings": "7.0.0",
    "@babel/plugin-proposal-logical-assignment-operators": "7.0.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "7.0.0",
    "@babel/plugin-proposal-numeric-separator": "7.0.0",
    "@babel/plugin-proposal-optional-chaining": "7.0.0",
    "@babel/plugin-proposal-pipeline-operator": "7.0.0",
    "@babel/plugin-proposal-throw-expressions": "7.0.0",
    "@babel/plugin-syntax-dynamic-import": "7.0.0",
    "@babel/plugin-syntax-import-meta": "7.0.0",
    "@babel/preset-env": "^7.1.0",
    "babel-eslint": "^9.0.0",
    "babel-loader": "^8.0.2",
    "eslint": "^5.6.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-babel": "^5.2.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.11.1",
    "webpack": "^4.19.1",
    "webpack-cli": "^3.1.0"
  },
  "peerDependencies": {
    "eslint": "^5.6.0"
  }
}
